We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 321f8de commit 4657d75Copy full SHA for 4657d75
1 file changed
cli-client/build.gradle
@@ -47,7 +47,7 @@ test {
47
testFat {
48
dependsOn 'unpackDist'
49
inputs.files({tasks.unpackDist})
50
-
+
51
File jmockitJar = configurations.testCompile.find({it.name.startsWith("jmockit")})
52
jvmArgs "-javaagent:"+jmockitJar.getAbsolutePath()
53
}
@@ -64,6 +64,9 @@ distributions {
64
from('src/main/scripts')
65
fileMode(0755)
66
67
+ into('/') {
68
+ from(rootProject.file('LICENSE'))
69
+ }
70
71
72
0 commit comments