File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
src/main/java/com/viaversion/mappingsgenerator/helper Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
1313 persist-credentials : false
1414 - name : Validate Gradle Wrapper
1515 uses : gradle/actions/wrapper-validation@v5
16- - name : Set up JDK 21
16+ - name : Set up JDK 25
1717 uses : actions/setup-java@v5
1818 with :
1919 distribution : ' temurin'
20- java-version : 21
20+ java-version : 25
2121 check-latest : true
2222 - name : Build and test with Gradle
2323 run : ./gradlew test
Original file line number Diff line number Diff line change 2424 uses : actions/setup-java@v5
2525 with :
2626 distribution : ' temurin'
27- java-version : 21
27+ java-version : 25
2828 check-latest : true
2929
3030 - name : Validate Gradle Wrapper
Original file line number Diff line number Diff line change 11{
22 "identifier-table" : {
3- "object-hash" : 1575701988 ,
3+ "object-hash" : -388845978 ,
44 "size" : 110795
55 },
66 "1.13" : {
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ final class TranslationMapper {
2828 private static final Gson GSON = new GsonBuilder ().disableHtmlEscaping ().create ();
2929
3030 public static void main (final String [] args ) throws IOException {
31- final String oldVer = "1.21.8 " ;
32- final String newVer = "1.21.9 " ;
31+ final String oldVer = "1.21.9 " ;
32+ final String newVer = "1.21.11 " ;
3333
3434 final Map <String , String > oldTranslations = load (oldVer );
3535 final Set <String > oldValues = new HashSet <>(oldTranslations .values ());
You can’t perform that action at this time.
0 commit comments