File tree Expand file tree Collapse file tree 3 files changed +31
-31
lines changed
Expand file tree Collapse file tree 3 files changed +31
-31
lines changed Original file line number Diff line number Diff line change 1- # Publish Main to https://maven.minecrafttas.com/main
2- name : Publish Main
3-
4- on :
5- release :
6- types : [published]
7-
8- jobs :
9- build :
10- runs-on : ubuntu-latest
11- if : github.repository == 'MinecraftTAS/Discombobulator'
12- steps :
13- - uses : actions/checkout@v4
14- - name : Set up JDK 23 for x64
15- uses : actions/setup-java@v4
16- with :
17- java-version : ' 23 '
18- distribution : ' temurin'
19- architecture : x64
20- - name : Setup Gradle
21- uses : gradle/actions/setup-gradle@v3
22- with :
23- gradle-version : 8.13
24- - name : Publish
25- run : gradle publishAllPublicationsToMinecrafttasMainRepository -Prelease=true -PminecrafttasMainUsername=${{ secrets.MAVEN_NAME }} -PminecrafttasMainPassword=${{ secrets.MAVEN_SECRET }}
1+ # Publish Main to https://maven.minecrafttas.com/main
2+ name : Publish Main
3+
4+ on :
5+ release :
6+ types : [published]
7+
8+ jobs :
9+ build :
10+ runs-on : ubuntu-latest
11+ if : github.repository == 'MinecraftTAS/Discombobulator'
12+ steps :
13+ - uses : actions/checkout@v4
14+ - name : Set up JDK 25 for x64
15+ uses : actions/setup-java@v4
16+ with :
17+ java-version : ' 25 '
18+ distribution : ' temurin'
19+ architecture : x64
20+ - name : Setup Gradle
21+ uses : gradle/actions/setup-gradle@v3
22+ with :
23+ gradle-version : 9.2.1
24+ - name : Publish
25+ run : gradle publishAllPublicationsToMinecrafttasMainRepository -Prelease=true -PminecrafttasMainUsername=${{ secrets.MAVEN_NAME }} -PminecrafttasMainPassword=${{ secrets.MAVEN_SECRET }}
Original file line number Diff line number Diff line change 99 if : github.repository == 'MinecraftTAS/Discombobulator'
1010 steps :
1111 - uses : actions/checkout@v4
12- - name : Set up JDK 23 for x64
12+ - name : Set up JDK 25 for x64
1313 uses : actions/setup-java@v4
1414 with :
15- java-version : ' 23 '
15+ java-version : ' 25 '
1616 distribution : ' temurin'
1717 architecture : x64
1818 - name : Setup Gradle
1919 uses : gradle/actions/setup-gradle@v3
2020 with :
21- gradle-version : 8.13
21+ gradle-version : 9.2.1
2222 - name : Publish
2323 run : gradle publishAllPublicationsToMinecrafttasSnapshotsRepository -PminecrafttasSnapshotsUsername=${{ secrets.MAVEN_NAME }} -PminecrafttasSnapshotsPassword=${{ secrets.MAVEN_SECRET }}
Original file line number Diff line number Diff line change @@ -11,16 +11,16 @@ jobs:
1111 runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@v4
14- - name : Set up JDK 23 for x64
14+ - name : Set up JDK 25 for x64
1515 uses : actions/setup-java@v4
1616 with :
17- java-version : ' 23 '
17+ java-version : ' 25 '
1818 distribution : ' temurin'
1919 architecture : x64
2020 - name : Setup Gradle
2121 uses : gradle/actions/setup-gradle@v4
2222 with :
23- gradle-version : 8.13
23+ gradle-version : 9.2.1
2424 - name : Build
2525 run : gradle build
2626 - name : Upload Test Report
You can’t perform that action at this time.
0 commit comments