diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 6f615670..72aa3bc9 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -15,11 +15,8 @@ jobs: - name: Set up JDK uses: actions/setup-java@v1 with: - java-version: 13 - # - name: Check - # uses: eskatos/gradle-command-action@v1 - # with: - # arguments: check + java-version: 17 + - name: Upload to Docker uses: eskatos/gradle-command-action@v1 with: @@ -38,11 +35,7 @@ jobs: - name: Set up JDK uses: actions/setup-java@v1 with: - java-version: 13 - # - name: Check - # uses: eskatos/gradle-command-action@v1 - # with: - # arguments: check + java-version: 17 - name: Build zip uses: eskatos/gradle-command-action@v1 with: @@ -54,4 +47,4 @@ jobs: repo_token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ github.ref }} file: ./build/distributions/*.zip - file_glob: true \ No newline at end of file + file_glob: true