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 9e37128 commit cdb5b6dCopy full SHA for cdb5b6d
.circleci/config.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- run: ./gradlew dist
36
37
- - run: ls -lA build/distributions
+ - run: ls -lAR build
38
39
- persist_to_workspace:
40
root: build
build.gradle
@@ -110,7 +110,7 @@ jar {
110
}
111
jar.dependsOn setupDist
112
113
-task copyJar(dependsOn: ["jar"], type: Copy) {
+task copyJar(dependsOn: ["jar", "setupDist"], type: Copy) {
114
into "${buildDir}/dist"
115
from "${buildDir}/libs"
116
include "*.jar"
0 commit comments