-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ms5 See merge request Griefed/ServerPackCreator!552
- Loading branch information
Showing
40 changed files
with
273 additions
and
407 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,11 +40,11 @@ jobs: | |
fetch-depth: 0 | ||
|
||
# BUILD PROJECT AND PUBLISH | ||
- name: Set up JDK 17 | ||
- name: Set up JDK 21 | ||
uses: actions/[email protected] | ||
with: | ||
distribution: 'zulu' | ||
java-version: '17' | ||
java-version: '21' | ||
check-latest: true | ||
|
||
- name: Grant execute permission for gradlew | ||
|
@@ -104,11 +104,11 @@ jobs: | |
fetch-depth: 0 | ||
|
||
# BUILD PROJECT AND PUBLISH | ||
- name: Set up JDK 17 | ||
- name: Set up JDK 21 | ||
uses: actions/[email protected] | ||
with: | ||
distribution: 'zulu' | ||
java-version: '17' | ||
java-version: '21' | ||
check-latest: true | ||
|
||
- name: Grant execute permission for gradlew | ||
|
@@ -161,11 +161,11 @@ jobs: | |
fetch-depth: 0 | ||
|
||
# BUILD PROJECT AND PUBLISH | ||
- name: Set up JDK 17 | ||
- name: Set up JDK 21 | ||
uses: actions/[email protected] | ||
with: | ||
distribution: 'zulu' | ||
java-version: '17' | ||
java-version: '21' | ||
check-latest: true | ||
|
||
- name: Grant execute permission for gradlew | ||
|
@@ -221,12 +221,12 @@ jobs: | |
fetch-depth: 0 | ||
|
||
# BUILD PROJECT AND PUBLISH | ||
- name: Set up JDK 17 | ||
- name: Set up JDK 21 | ||
id: java | ||
uses: actions/[email protected] | ||
with: | ||
distribution: 'zulu' | ||
java-version: '17' | ||
java-version: '21' | ||
check-latest: true | ||
cache: 'gradle' | ||
|
||
|
@@ -317,11 +317,11 @@ jobs: | |
fetch-depth: 0 | ||
|
||
# BUILD PROJECT AND PUBLISH | ||
- name: Set up JDK 17 | ||
- name: Set up JDK 21 | ||
uses: actions/[email protected] | ||
with: | ||
distribution: 'zulu' | ||
java-version: '17' | ||
java-version: '21' | ||
check-latest: true | ||
|
||
- name: Grant execute permission for gradlew | ||
|
@@ -374,12 +374,12 @@ jobs: | |
fetch-depth: 0 | ||
|
||
# BUILD PROJECT AND PUBLISH | ||
- name: Set up JDK 17 | ||
- name: Set up JDK 21 | ||
id: java | ||
uses: actions/[email protected] | ||
with: | ||
distribution: 'zulu' | ||
java-version: '17' | ||
java-version: '21' | ||
check-latest: true | ||
cache: 'gradle' | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,11 +38,11 @@ jobs: | |
fetch-depth: 0 | ||
|
||
# BUILD PROJECT AND PUBLISH | ||
- name: Set up JDK 17 | ||
- name: Set up JDK 21 | ||
uses: actions/[email protected] | ||
with: | ||
distribution: 'zulu' | ||
java-version: '17' | ||
java-version: '21' | ||
check-latest: true | ||
|
||
- name: Grant execute permission for gradlew | ||
|
@@ -102,11 +102,11 @@ jobs: | |
fetch-depth: 0 | ||
|
||
# BUILD PROJECT AND PUBLISH | ||
- name: Set up JDK 17 | ||
- name: Set up JDK 21 | ||
uses: actions/[email protected] | ||
with: | ||
distribution: 'zulu' | ||
java-version: '17' | ||
java-version: '21' | ||
check-latest: true | ||
|
||
- name: Grant execute permission for gradlew | ||
|
@@ -159,11 +159,11 @@ jobs: | |
fetch-depth: 0 | ||
|
||
# BUILD PROJECT AND PUBLISH | ||
- name: Set up JDK 17 | ||
- name: Set up JDK 21 | ||
uses: actions/[email protected] | ||
with: | ||
distribution: 'zulu' | ||
java-version: '17' | ||
java-version: '21' | ||
check-latest: true | ||
|
||
- name: Grant execute permission for gradlew | ||
|
@@ -219,12 +219,12 @@ jobs: | |
fetch-depth: 0 | ||
|
||
# BUILD PROJECT AND PUBLISH | ||
- name: Set up JDK 17 | ||
- name: Set up JDK 21 | ||
id: java | ||
uses: actions/[email protected] | ||
with: | ||
distribution: 'zulu' | ||
java-version: '17' | ||
java-version: '21' | ||
check-latest: true | ||
cache: 'gradle' | ||
|
||
|
@@ -314,11 +314,11 @@ jobs: | |
fetch-depth: 0 | ||
|
||
# BUILD PROJECT AND PUBLISH | ||
- name: Set up JDK 17 | ||
- name: Set up JDK 21 | ||
uses: actions/[email protected] | ||
with: | ||
distribution: 'zulu' | ||
java-version: '17' | ||
java-version: '21' | ||
check-latest: true | ||
|
||
- name: Grant execute permission for gradlew | ||
|
@@ -371,12 +371,12 @@ jobs: | |
fetch-depth: 0 | ||
|
||
# BUILD PROJECT AND PUBLISH | ||
- name: Set up JDK 17 | ||
- name: Set up JDK 21 | ||
id: java | ||
uses: actions/[email protected] | ||
with: | ||
distribution: 'zulu' | ||
java-version: '17' | ||
java-version: '21' | ||
check-latest: true | ||
cache: 'gradle' | ||
|
||
|
@@ -555,11 +555,11 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
|
||
- name: Set up JDK 17 | ||
- name: Set up JDK 21 | ||
uses: actions/setup-java@v3 | ||
with: | ||
distribution: 'zulu' | ||
java-version: '17' | ||
java-version: '21' | ||
|
||
- name: Grant execute permission for gradlew | ||
run: chmod +x gradlew | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,11 +16,11 @@ jobs: | |
id: branch-name | ||
uses: tj-actions/[email protected] | ||
|
||
- name: Set up JDK 17 | ||
- name: Set up JDK 21 | ||
uses: actions/[email protected] | ||
with: | ||
distribution: 'zulu' | ||
java-version: '17' | ||
java-version: '21' | ||
check-latest: true | ||
cache: 'gradle' | ||
|
||
|
@@ -62,11 +62,11 @@ jobs: | |
fetch-depth: 0 | ||
|
||
# BUILD PROJECT AND PUBLISH | ||
- name: Set up JDK 17 | ||
- name: Set up JDK 21 | ||
uses: actions/[email protected] | ||
with: | ||
distribution: 'zulu' | ||
java-version: '17' | ||
java-version: '21' | ||
check-latest: true | ||
cache: 'gradle' | ||
|
||
|
@@ -108,11 +108,11 @@ jobs: | |
fetch-depth: 0 | ||
|
||
# BUILD PROJECT AND PUBLISH | ||
- name: Set up JDK 17 | ||
- name: Set up JDK 21 | ||
uses: actions/[email protected] | ||
with: | ||
distribution: 'zulu' | ||
java-version: '17' | ||
java-version: '21' | ||
check-latest: true | ||
cache: 'gradle' | ||
|
||
|
@@ -158,12 +158,12 @@ jobs: | |
fetch-depth: 0 | ||
|
||
# BUILD PROJECT AND PUBLISH | ||
- name: Set up JDK 17 | ||
- name: Set up JDK 21 | ||
id: java | ||
uses: actions/[email protected] | ||
with: | ||
distribution: 'zulu' | ||
java-version: '17' | ||
java-version: '21' | ||
check-latest: true | ||
cache: 'gradle' | ||
|
||
|
@@ -242,11 +242,11 @@ jobs: | |
fetch-depth: 0 | ||
|
||
# BUILD PROJECT AND PUBLISH | ||
- name: Set up JDK 17 | ||
- name: Set up JDK 21 | ||
uses: actions/[email protected] | ||
with: | ||
distribution: 'zulu' | ||
java-version: '17' | ||
java-version: '21' | ||
check-latest: true | ||
cache: 'gradle' | ||
|
||
|
@@ -288,12 +288,12 @@ jobs: | |
fetch-depth: 0 | ||
|
||
# BUILD PROJECT AND PUBLISH | ||
- name: Set up JDK 17 | ||
- name: Set up JDK 21 | ||
id: java | ||
uses: actions/[email protected] | ||
with: | ||
distribution: 'zulu' | ||
java-version: '17' | ||
java-version: '21' | ||
check-latest: true | ||
cache: 'gradle' | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
buildSrc/src/main/kotlin/de/griefed/common/gradle/constant/Version.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.