File tree Expand file tree Collapse file tree 6 files changed +10
-14
lines changed
Expand file tree Collapse file tree 6 files changed +10
-14
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ import net.fabricmc.loom.api.LoomGradleExtensionAPI
22
33plugins {
44 id(" architectury-plugin" ) version " 3.4-SNAPSHOT"
5- id(" dev.architectury.loom" ) version " 1.10 -SNAPSHOT" apply false
6- id(" com.gradleup.shadow" ) version " 9.0.1 " apply false
5+ id(" dev.architectury.loom" ) version " 1.11 -SNAPSHOT" apply false
6+ id(" com.gradleup.shadow" ) version " 9.2.2 " apply false
77 java
88 idea
99 `maven- publish`
Original file line number Diff line number Diff line change @@ -11,22 +11,22 @@ modrinth_id=ziOp6EO8
1111minecraft_version =1.21.8
1212
1313# Forge
14- forge_version =58.0.5
14+ forge_version =58.1.6
1515
1616# Neoforge
17- neoforge_version =21.8.17
17+ neoforge_version =21.8.47
1818
1919# Fabric
20- fabric_loader_version =0.17.2
21- fabric_api_version =0.131.0
20+ fabric_loader_version =0.17.3
21+ fabric_api_version =0.133.4
2222
2323# Mod options
2424mod_name =CorgiLib
2525mod_author =Corgi Taco
2626mod_id =corgilib
2727
2828# Mappings
29- parchment =2025.07.20
29+ parchment =2025.09.14
3030
3131# Deps
3232nightconfig_version =3.8.3
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-9.0 .0-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.1 .0-bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -114,7 +114,6 @@ case "$( uname )" in #(
114114 NONSTOP* ) nonstop=true ;;
115115esac
116116
117- CLASSPATH=" \\\"\\\" "
118117
119118
120119# Determine the Java command to use to start the JVM.
172171# For Cygwin or MSYS, switch paths to Windows format before running java
173172if " $cygwin " || " $msys " ; then
174173 APP_HOME=$( cygpath --path --mixed " $APP_HOME " )
175- CLASSPATH=$( cygpath --path --mixed " $CLASSPATH " )
176174
177175 JAVACMD=$( cygpath --unix " $JAVACMD " )
178176
@@ -212,7 +210,6 @@ DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
212210
213211set -- \
214212 " -Dorg.gradle.appname=$APP_BASE_NAME " \
215- -classpath " $CLASSPATH " \
216213 -jar " $APP_HOME /gradle/wrapper/gradle-wrapper.jar" \
217214 " $@ "
218215
Original file line number Diff line number Diff line change @@ -70,11 +70,10 @@ goto fail
7070:execute
7171@ rem Setup the command line
7272
73- set CLASSPATH =
7473
7574
7675@ rem Execute Gradle
77- " %JAVA_EXE% " %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% " -Dorg.gradle.appname=%APP_BASE_NAME% " -classpath " %CLASSPATH% " - jar " %APP_HOME% \gradle\wrapper\gradle-wrapper.jar" %*
76+ " %JAVA_EXE% " %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% " -Dorg.gradle.appname=%APP_BASE_NAME% " -jar " %APP_HOME% \gradle\wrapper\gradle-wrapper.jar" %*
7877
7978:end
8079@ rem End local scope for the variables with windows NT shell
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ pluginManagement.repositories {
88}
99
1010plugins {
11- id(" com.gradle.develocity" ) version(" 4.1 " )
11+ id(" com.gradle.develocity" ) version(" 4.2.2 " )
1212}
1313
1414develocity.buildScan {
You can’t perform that action at this time.
0 commit comments