mirror of
https://github.com/TibiNonEst/cauldron-dyeing.git
synced 2025-05-18 20:44:09 -05:00
Backport to 1.17
This commit is contained in:
parent
6418399d20
commit
3c1503af6b
9 changed files with 35 additions and 38 deletions
4
.github/workflows/build-gradle.yml
vendored
4
.github/workflows/build-gradle.yml
vendored
|
@ -8,11 +8,11 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Set up JDK 17
|
||||
- name: Set up JDK 16
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: 17
|
||||
java-version: 16
|
||||
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew build
|
||||
|
|
4
.github/workflows/build-release.yml
vendored
4
.github/workflows/build-release.yml
vendored
|
@ -11,11 +11,11 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Set up JDK 17
|
||||
- name: Set up JDK 16
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: 17
|
||||
java-version: 16
|
||||
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue