소스 검색

Update GHActions workflows

Daniel Bohry 1 년 전
부모
커밋
cdbf0d5e41
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      .github/workflows/buildAndRelease.yml

+ 2 - 2
.github/workflows/buildAndRelease.yml

@@ -22,7 +22,7 @@ jobs:
       - name: Set up JDK
         uses: actions/setup-java@v2
         with:
-          java-version: '17'
+          java-version: '21'
       - name: Build with Gradle
         run: |
           chmod +x ./gradlew
@@ -45,7 +45,7 @@ jobs:
       - name: Set up JDK
         uses: actions/setup-java@v2
         with:
-          java-version: '17'
+          java-version: '21'
       - name: Build the Docker image
         run: ./gradlew bootBuildImage --no-daemon --info --stacktrace