Skip to content

Commit

Permalink
java 17 -> 21
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellilltokiwa committed Feb 8, 2024
1 parent 321b6b7 commit 9219225
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Setup jdk-17
- name: Setup jdk-21
uses: actions/setup-java@main
with:
java-version: 17
java-version: 21
distribution: 'adopt'

- name: update submodule
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pipeline {

agent {
docker {
image 'eclipse-temurin:17-alpine'
image 'eclipse-temurin:21-alpine'
args '-u root'
}
}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
---

## Requirements
- java version 17 or higher
- java version 21 or higher
- GNU-Make
- wget

Expand Down

0 comments on commit 9219225

Please sign in to comment.