Skip to content

Commit

Permalink
docker-compose: remove maven package
Browse files Browse the repository at this point in the history
docker-compose packages the jar automatically.
Jar release is no longer needed.
  • Loading branch information
BlazingTwist authored Jan 11, 2024
1 parent 38c6fc1 commit cbf787b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,3 @@ jobs:
- name: Publish Test Report
if: success() || failure()
uses: ScaCap/[email protected]

- name: Build with Maven
run: mvn -B package --file pom.xml

- name: Upload JAR
if: success()
uses: actions/upload-artifact@v2
with:
name: jchess-standalone-jar
path: target/jchess-jar-with-dependencies.jar

0 comments on commit cbf787b

Please sign in to comment.