forked from nidi3/apikana-java
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34 from MonsieurBon/java-21
SDCISA-18359 update build to java 21
- Loading branch information
Showing
7 changed files
with
32 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ on: | |
- master | ||
|
||
env: | ||
RELEASE_VERSION: "0.4.24" | ||
DEVELOP_VERSION: "0.4.25-SNAPSHOT" | ||
RELEASE_VERSION: "0.5.0" | ||
DEVELOP_VERSION: "0.5.1-SNAPSHOT" | ||
GIT_AUTHOR_NAME: "@swisspost-devs" | ||
GIT_AUTHOR_EMAIL: "[email protected]" | ||
GIT_COMMITTER_NAME: "swisspost-devs" | ||
|
@@ -17,12 +17,14 @@ jobs: | |
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Set up JDK 1.8 | ||
uses: joschi/setup-jdk@v2 | ||
- name: Set up JDK 21 | ||
uses: actions/setup-java@v4 | ||
with: | ||
java-version: '8' | ||
java-version: '21' | ||
distribution: 'temurin' | ||
architecture: 'x64' | ||
server-id: sonatype-nexus-staging # Value of the distributionManagement/repository/id field of the pom.xml | ||
server-username: CI_DEPLOY_USERNAME # env variable for username in deploy | ||
server-password: CI_DEPLOY_PASSWORD # env variable for token in deploy | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
apikana-maven-plugin/src/main/java/org/swisspush/apikana/GenerateMojo.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters