Skip to content

Commit cdb5b6d

Browse files
committed
More CI testing
1 parent 9e37128 commit cdb5b6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- run: ./gradlew dist
3636

37-
- run: ls -lA build/distributions
37+
- run: ls -lAR build
3838

3939
- persist_to_workspace:
4040
root: build

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jar {
110110
}
111111
jar.dependsOn setupDist
112112

113-
task copyJar(dependsOn: ["jar"], type: Copy) {
113+
task copyJar(dependsOn: ["jar", "setupDist"], type: Copy) {
114114
into "${buildDir}/dist"
115115
from "${buildDir}/libs"
116116
include "*.jar"

0 commit comments

Comments
 (0)