Skip to content

Commit

Permalink
Merge pull request #108 from wireapp/maven-publish-jdk-17
Browse files Browse the repository at this point in the history
Update maven release github action to work with JDK 17
  • Loading branch information
spoonman01 authored Nov 8, 2024
2 parents c7cfcbe + a6a0346 commit 711c17e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 11
java-version: 17

- name: Build with Maven
run: mvn -DskipTests package
Expand All @@ -65,7 +65,7 @@ jobs:
uses: actions/setup-java@v3
with: # running setup-java again overwrites the settings.xml
distribution: 'temurin'
java-version: 11
java-version: 17
server-id: ossrh
server-username: OSSRH_USERNAME
server-password: OSSRH_PASSWORD
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ Other functionalities:

Requirements:

- [Java >= 11](http://www.oracle.com)
- [Java >= 17](http://www.oracle.com)
- [Maven](https://maven.apache.org)
- [Cryptobox4j](https://github.com/wireapp/cryptobox4j)

0 comments on commit 711c17e

Please sign in to comment.