Skip to content

Commit b6f88cd

Browse files
committed
Forgot to update CircleCI steps after removing merging of jars.
1 parent 6756b00 commit b6f88cd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.circleci/config.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,9 @@ jobs:
1919
command: "chmod +x gradlew"
2020
- run:
2121
name: "Build Project"
22-
command: "./gradlew build mergeJars"
22+
command: "./gradlew build"
2323
environment:
2424
CIRCLE_CI: true
25-
- store_artifacts:
26-
name: "Store Merged Artifacts"
27-
path: build/libs/merged
2825
- store_artifacts:
2926
name: "Store Fabric Artifacts"
3027
path: fabric/build/libs

0 commit comments

Comments
 (0)