1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2026-07-04 10:22:45 +00:00

Update some build tooling

Mostly now use JDK 25 to build, to allow us to use markdown docstrings
in the future — this makes the javadoc generator *much* simpler.
This commit is contained in:
Jonathan Coates
2026-01-25 09:34:26 +00:00
parent 419441164d
commit c98b99863d
12 changed files with 365 additions and 324 deletions
+2 -2
View File
@@ -14,7 +14,7 @@ jobs:
- name: 📥 Set up Java
uses: actions/setup-java@v4
with:
java-version: 21
java-version: 25
distribution: 'temurin'
- name: 📥 Setup Gradle
@@ -87,7 +87,7 @@ jobs:
- name: 📥 Set up Java
uses: actions/setup-java@v4
with:
java-version: 21
java-version: 25
distribution: 'temurin'
- name: 📥 Setup Gradle
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
- name: 📥 Set up Java
uses: actions/setup-java@v4
with:
java-version: 21
java-version: 25
distribution: 'temurin'
- name: 📥 Setup Gradle