User: rednesto Date: 09 Feb 24 12:57 Revision: 63a701764cf28a9cbb45d3498d27f2c9ed80edcd Summary: Gradle 8.6 and IJGP 1.17.1 TeamCity URL: https://ci.mcdev.io/viewModification.html?tab=vcsModificationFiles&modId=9142&personal=false The following binary files were skipped: gradle/wrapper/gradle-wrapper.jar Index: build.gradle.kts =================================================================== --- build.gradle.kts (revision 00b526c818a9daed1bd0ec0e43ed97d9d98c1971) +++ build.gradle.kts (revision 63a701764cf28a9cbb45d3498d27f2c9ed80edcd) @@ -34,7 +34,7 @@ mcdev groovy idea - id("org.jetbrains.intellij") version "1.17.0" + id("org.jetbrains.intellij") version "1.17.1" id("org.cadixdev.licenser") id("org.jlleitschuh.gradle.ktlint") version "10.3.0" } Index: gradle/wrapper/gradle-wrapper.properties =================================================================== --- gradle/wrapper/gradle-wrapper.properties (revision 00b526c818a9daed1bd0ec0e43ed97d9d98c1971) +++ gradle/wrapper/gradle-wrapper.properties (revision 63a701764cf28a9cbb45d3498d27f2c9ed80edcd) @@ -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.6-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME Index: gradlew.bat =================================================================== --- gradlew.bat (revision 00b526c818a9daed1bd0ec0e43ed97d9d98c1971) +++ gradlew.bat (revision 63a701764cf28a9cbb45d3498d27f2c9ed80edcd) @@ -43,11 +43,11 @@ %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 @@ 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