8000 updated the gradle for test/Main.java (#360) · chakra-coder/rsocket-java@15c95f7 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 15c95f7

Browse files
junaidkhalidyschimke
authored andcommitted
updated the gradle for test/Main.java (rsocket#360)
1 parent 0f3cde1 commit 15c95f7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

rsocket-tck-drivers/build.gradle

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
apply plugin: 'java'
2+
apply plugin: 'application'
23

4+
mainClassName = "io.rsocket.tckdrivers.main.Main"
5+
6+
jar {
7+
manifest {
8+
attributes "Main-Class": "$mainClassName"
9+
}
10+
11+
from {
12+
configurations.compile.collect { it.isDirectory() ? it : zipTree(it) }
13+
}
14+
}
315

416
dependencies {
517
compile project(':rsocket-core')

0 commit comments

Comments
 (0)
0