1.20.6 Update (#347)
* initial no tests * Initial 1.20.6 update + tests/fixes * Initial 1.20.6 update + tests/fixes * 1.20.6 fixes * more 1.20.6 updates * initial port 1.20.6
This commit is contained in:
14
.github/workflows/gradle.yml
vendored
14
.github/workflows/gradle.yml
vendored
@@ -3,7 +3,7 @@
|
||||
|
||||
name: Java CI with Gradle
|
||||
|
||||
concurrency:
|
||||
concurrency:
|
||||
group: "build"
|
||||
cancel-in-progress: true
|
||||
|
||||
@@ -12,7 +12,7 @@ on:
|
||||
branches: [ master ]
|
||||
paths-ignore:
|
||||
- '*.md'
|
||||
|
||||
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -20,10 +20,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up JDK 17
|
||||
- name: Set up JDK 21
|
||||
uses: actions/setup-java@v3.10.0
|
||||
with:
|
||||
java-version: 17
|
||||
java-version: 21
|
||||
distribution: 'zulu'
|
||||
- name: Grant execute permission for gradlew
|
||||
run: chmod +x gradlew
|
||||
@@ -34,9 +34,9 @@ jobs:
|
||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||
with:
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
automatic_release_tag: "latest-1.20.4"
|
||||
automatic_release_tag: "latest-1.20.6"
|
||||
prerelease: false
|
||||
title: "1.20.4 Build"
|
||||
title: "1.20.6 Build"
|
||||
files: |
|
||||
./build/libs/*.jar
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user