Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Set up JDK 17
uses: actions/setup-java@v6
with:
java-version: 17.0.20+101
java-version: 25.0.4+101.0.LTS
distribution: 'temurin'

- name: Build with Maven
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up JDK 17
uses: actions/setup-java@v6
with:
java-version: 17.0.20+101
java-version: 25.0.4+101.0.LTS
distribution: 'temurin'

- name: Configure Maven settings
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/maven-publish-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up JDK 17 for Github deployment
uses: actions/setup-java@v6
with:
java-version: 17.0.20+101
java-version: 25.0.4+101.0.LTS
distribution: 'temurin'
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Set up JDK 17 for NERZ-Snapshot-Deployment
uses: actions/setup-java@v6
with:
java-version: 17.0.20+101
java-version: 25.0.4+101.0.LTS
distribution: 'temurin'
server-id: nerz-snapshots
server-username: MAVEN_USERNAME
Expand All @@ -80,7 +80,7 @@ jobs:
- name: Set up JDK 17 for NERZ-Release-Deployment
uses: actions/setup-java@v6
with:
java-version: 17.0.20+101
java-version: 25.0.4+101.0.LTS
distribution: 'temurin'
server-id: nerz-releases
server-username: MAVEN_USERNAME
Expand Down
Loading