Skip to content

Commit 6ce76e2

Browse files
committed
Build shadowjar during build phase
1 parent 74a5c5a commit 6ce76e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
paths:
1919
- ~/.gradle
2020
key: deps-{{ checksum "build.gradle.kts" }}
21-
- run: gradle test
21+
- run: gradle build test shadowJar
2222
- store_artifacts:
2323
path: build/libs
2424
- persist_to_workspace:

0 commit comments

Comments
 (0)