Skip to content

Commit

Permalink
upload full jar
Browse files Browse the repository at this point in the history
  • Loading branch information
shepherdjerred committed Dec 15, 2024
1 parent 2896b69 commit 56835e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ src:
build:
FROM +src
RUN --mount $mvn_cache mvn package
SAVE ARTIFACT target/castle-casters-1.0.0-SNAPSHOT.jar AS LOCAL castle-casters.jar
SAVE ARTIFACT target/castle-casters-1.0.0-SNAPSHOT-jar-with-dependencies.jar AS LOCAL castle-casters.jar

test:
FROM +src
Expand Down

0 comments on commit 56835e1

Please sign in to comment.