Skip to content

Commit

Permalink
Forgot to update CircleCI steps after removing merging of jars.
Browse files Browse the repository at this point in the history
  • Loading branch information
XyperCode committed May 23, 2023
1 parent 6756b00 commit b6f88cd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,9 @@ jobs:
command: "chmod +x gradlew"
- run:
name: "Build Project"
command: "./gradlew build mergeJars"
command: "./gradlew build"
environment:
CIRCLE_CI: true
- store_artifacts:
name: "Store Merged Artifacts"
path: build/libs/merged
- store_artifacts:
name: "Store Fabric Artifacts"
path: fabric/build/libs
Expand Down

0 comments on commit b6f88cd

Please sign in to comment.