diff --git a/build.gradle b/build.gradle index 9525a3a..83e950e 100644 --- a/build.gradle +++ b/build.gradle @@ -5,6 +5,7 @@ plugins { id 'java-library' id 'maven-publish' id 'eclipse' + id 'com.github.ben-manes.versions' version '0.51.0' id 'com.github.johnrengelman.shadow' version '8.1.1' id 'net.minecraftforge.licenser' version '1.0.1' id 'net.minecraftforge.gradleutils' version '[2.3,2.4)' diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index 7f93135..e644113 100644 Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 3fa8f86..b82aa23 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/gradlew.bat b/gradlew.bat index 93e3f59..25da30d 100644 --- a/gradlew.bat +++ b/gradlew.bat @@ -43,11 +43,11 @@ set JAVA_EXE=java.exe %JAVA_EXE% -version >NUL 2>&1 if %ERRORLEVEL% equ 0 goto execute -echo. -echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. -echo. -echo Please set the JAVA_HOME variable in your environment to match the -echo location of your Java installation. +echo. 1>&2 +echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2 +echo. 1>&2 +echo Please set the JAVA_HOME variable in your environment to match the 1>&2 +echo location of your Java installation. 1>&2 goto fail @@ -57,11 +57,11 @@ set JAVA_EXE=%JAVA_HOME%/bin/java.exe if exist "%JAVA_EXE%" goto execute -echo. -echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% -echo. -echo Please set the JAVA_HOME variable in your environment to match the -echo location of your Java installation. +echo. 1>&2 +echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2 +echo. 1>&2 +echo Please set the JAVA_HOME variable in your environment to match the 1>&2 +echo location of your Java installation. 1>&2 goto fail diff --git a/settings.gradle b/settings.gradle index e22a086..a5f7dd1 100644 --- a/settings.gradle +++ b/settings.gradle @@ -12,24 +12,24 @@ plugins { dependencyResolutionManagement { versionCatalogs { libs { - version('asm', '9.6') + version('asm', '9.7') library('asm', 'org.ow2.asm', 'asm' ).versionRef('asm') library('asm-tree', 'org.ow2.asm', 'asm-tree' ).versionRef('asm') library('asm-commons', 'org.ow2.asm', 'asm-commons').versionRef('asm') bundle('asm', ['asm', 'asm-tree', 'asm-commons']) - version('junit', '5.10.0') + version('junit', '5.10.2') library('junit-api', 'org.junit.jupiter', 'junit-jupiter-api').versionRef('junit') library('junit-engine', 'org.junit.jupiter', 'junit-jupiter-engine').versionRef('junit') - library('junit-platform-launcher', 'org.junit.platform:junit-platform-launcher:1.10.0') + library('junit-platform-launcher', 'org.junit.platform:junit-platform-launcher:1.10.2') bundle('junit-runtime', ['junit-engine', 'junit-platform-launcher']) library('unsafe', 'net.minecraftforge:unsafe:0.9.2') library('modlauncher', 'net.minecraftforge:modlauncher:10.1.1') // Needs securemodules library('securemodules', 'net.minecraftforge:securemodules:2.2.2') // Needs unsafe library('gson', 'com.google.code.gson:gson:2.10.1') - library('jopt-simple', 'net.sf.jopt-simple:jopt-simple:5.0.4') - library('nulls', 'org.jetbrains:annotations:23.0.0') + library('jopt-simple', 'net.sf.jopt-simple:jopt-simple:6.0-alpha-3') + library('nulls', 'org.jetbrains:annotations:24.1.0') version('log4j', '2.19.0') library('log4j-api', 'org.apache.logging.log4j', 'log4j-api' ).versionRef('log4j')