mirror of
https://github.com/ashhhleyyy/player-pronouns.git
synced 2024-11-23 17:48:09 +00:00
Compare commits
3 commits
2d88e6a020
...
38b968b235
Author | SHA1 | Date | |
---|---|---|---|
|
38b968b235 | ||
|
e949e3d56d | ||
|
b4df3e92bc |
3 changed files with 4 additions and 4 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -9,10 +9,10 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
- name: Validate gradle wrapper
|
||||
uses: gradle/wrapper-validation-action@v1
|
||||
- name: Setup JDK 17
|
||||
- name: Setup JDK 21
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 17
|
||||
java-version: 21
|
||||
- name: Ensure gradlew is executable
|
||||
run: chmod +x ./gradlew
|
||||
- name: Build with gradle
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
- name: Set up JDK
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 17
|
||||
java-version: 21
|
||||
|
||||
- name: Grant execute permission for gradlew
|
||||
run: chmod +x gradlew
|
||||
|
|
|
@ -5,7 +5,7 @@ yarn = "1.21+build.2"
|
|||
fabric-loader = "0.15.11"
|
||||
fabric-api = "0.100.3+1.21"
|
||||
|
||||
placeholder-api = "2.4.0-pre.2+1.21"
|
||||
placeholder-api = "2.4.0+1.21"
|
||||
|
||||
fabric-permissions = "0.3.1"
|
||||
|
||||
|
|
Loading…
Reference in a new issue