We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a566d6f commit 3ecc03fCopy full SHA for 3ecc03f
1 file changed
.github/workflows/build_java.yml
@@ -23,10 +23,10 @@ jobs:
23
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
24
- uses: actions/checkout@v4
25
26
- - name: Set up JDK 17
+ - name: Set up JDK 21
27
uses: actions/setup-java@v3
28
with:
29
- java-version: '17'
30
- distribution: 'adopt'
+ java-version: '21'
+ distribution: 'temurin'
31
- name: Build with Maven
32
run: mvn clean package
0 commit comments