Skip to content

Commit a91d4b8

Browse files
committed
build 21 update
1 parent 015f117 commit a91d4b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_java_docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2828
- uses: actions/checkout@v4
2929

30-
- name: Set up JDK 17
30+
- name: Set up JDK 21
3131
uses: actions/setup-java@v3
3232
with:
33-
java-version: '17'
34-
distribution: 'adopt'
33+
java-version: '21'
34+
distribution: 'temurin'
3535
- name: Build with Maven
3636
run: mvn clean package
3737

0 commit comments

Comments
 (0)