Преглед изворни кода

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