bump java ver
This commit is contained in:
15
.github/workflows/publish.yaml
vendored
15
.github/workflows/publish.yaml
vendored
@@ -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
|
||||
file_glob: true
|
||||
|
||||
Reference in New Issue
Block a user