Skip to content

Commit 43c2074

Browse files
committed
Updates
1 parent 19e40ff commit 43c2074

File tree

6 files changed

+10
-14
lines changed

6 files changed

+10
-14
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import net.fabricmc.loom.api.LoomGradleExtensionAPI
22

33
plugins {
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`

gradle.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@ modrinth_id=ziOp6EO8
1111
minecraft_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
2424
mod_name=CorgiLib
2525
mod_author=Corgi Taco
2626
mod_id=corgilib
2727

2828
# Mappings
29-
parchment=2025.07.20
29+
parchment=2025.09.14
3030

3131
# Deps
3232
nightconfig_version=3.8.3

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=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
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ case "$( uname )" in #(
114114
NONSTOP* ) nonstop=true ;;
115115
esac
116116

117-
CLASSPATH="\\\"\\\""
118117

119118

120119
# Determine the Java command to use to start the JVM.
@@ -172,7 +171,6 @@ fi
172171
# For Cygwin or MSYS, switch paths to Windows format before running java
173172
if "$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

213211
set -- \
214212
"-Dorg.gradle.appname=$APP_BASE_NAME" \
215-
-classpath "$CLASSPATH" \
216213
-jar "$APP_HOME/gradle/wrapper/gradle-wrapper.jar" \
217214
"$@"
218215

gradlew.bat

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pluginManagement.repositories {
88
}
99

1010
plugins {
11-
id("com.gradle.develocity") version("4.1")
11+
id("com.gradle.develocity") version("4.2.2")
1212
}
1313

1414
develocity.buildScan {

0 commit comments

Comments
 (0)