Skip to content

Commit 28d0bc2

Browse files
committed
Update to Minecraft 1.21.8
1 parent 26f35e7 commit 28d0bc2

File tree

15 files changed

+28
-29
lines changed

15 files changed

+28
-29
lines changed

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
org.gradle.jvmargs=-Xmx2G
2-
org.gradle.parallel=false
32

43
# thanks, forge
54
org.gradle.daemon=false

gradle/wrapper/gradle-wrapper.jar

181 Bytes
Binary file not shown.

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-8.12-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

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

117-
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
117+
CLASSPATH="\\\"\\\""
118118

119119

120120
# Determine the Java command to use to start the JVM.
@@ -205,15 +205,15 @@ fi
205205
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
206206

207207
# Collect all arguments for the java command:
208-
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
208+
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
209209
# and any embedded shellness will be escaped.
210210
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
211211
# treated as '${Hostname}' itself on the command line.
212212

213213
set -- \
214214
"-Dorg.gradle.appname=$APP_BASE_NAME" \
215215
-classpath "$CLASSPATH" \
216-
org.gradle.wrapper.GradleWrapperMain \
216+
-jar "$APP_HOME/gradle/wrapper/gradle-wrapper.jar" \
217217
"$@"
218218

219219
# Stop when "xargs" is not available.

gradlew.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ goto fail
7070
:execute
7171
@rem Setup the command line
7272

73-
set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
73+
set CLASSPATH=
7474

7575

7676
@rem Execute Gradle
77-
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %*
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" %*
7878

7979
:end
8080
@rem End local scope for the variables with windows NT shell

spark-bukkit/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'com.gradleup.shadow' version '8.3.0'
2+
id 'com.gradleup.shadow' version '8.3.8'
33
}
44

55
java {

spark-bungeecord/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'com.gradleup.shadow' version '8.3.0'
2+
id 'com.gradleup.shadow' version '8.3.8'
33
}
44

55
dependencies {

spark-common/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'com.google.protobuf' version '0.9.4'
2+
id 'com.google.protobuf' version '0.9.5'
33
id 'maven-publish'
44
}
55

@@ -15,7 +15,7 @@ dependencies {
1515
implementation 'tools.profiler:async-profiler:4.0' // spark native version: 87b7b42 (v4.0)
1616
implementation 'org.ow2.asm:asm:9.7'
1717
implementation 'net.bytebuddy:byte-buddy-agent:1.14.17'
18-
implementation 'com.google.protobuf:protobuf-javalite:4.28.2'
18+
implementation 'com.google.protobuf:protobuf-javalite:4.31.1'
1919

2020
implementation('me.lucko:bytesocks-java-client:1.0-SNAPSHOT') {
2121
exclude(module: 'slf4j-api')
@@ -61,7 +61,7 @@ dependencies {
6161

6262
protobuf {
6363
protoc {
64-
artifact = 'com.google.protobuf:protoc:4.28.2'
64+
artifact = 'com.google.protobuf:protoc:4.31.1'
6565
}
6666
generateProtoTasks {
6767
all().each { task ->

spark-fabric/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import net.fabricmc.loom.task.RemapJarTask
22

33
plugins {
4-
id 'fabric-loom' version '1.10-SNAPSHOT'
5-
id 'com.gradleup.shadow' version '8.3.0'
4+
id 'fabric-loom' version '1.11-SNAPSHOT'
5+
id 'com.gradleup.shadow' version '8.3.8'
66
}
77

88
tasks.withType(JavaCompile) {
@@ -28,8 +28,8 @@ configurations {
2828

2929
dependencies {
3030
// https://modmuss50.me/fabric.html
31-
minecraft 'com.mojang:minecraft:1.21.7'
32-
mappings 'net.fabricmc:yarn:1.21.7+build.1:v2'
31+
minecraft 'com.mojang:minecraft:1.21.8'
32+
mappings 'net.fabricmc:yarn:1.21.8+build.1:v2'
3333
modImplementation 'net.fabricmc:fabric-loader:0.16.14'
3434

3535
Set<String> apiModules = [
@@ -40,7 +40,7 @@ dependencies {
4040

4141
// Add each module as a dependency
4242
apiModules.forEach {
43-
modImplementation(fabricApi.module(it, '0.128.1+1.21.7'))
43+
modImplementation(fabricApi.module(it, '0.129.0+1.21.8'))
4444
}
4545

4646
include(modImplementation('me.lucko:fabric-permissions-api:0.4.1'))

spark-forge/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'com.gradleup.shadow' version '8.3.0'
2+
id 'com.gradleup.shadow' version '8.3.8'
33
id 'net.minecraftforge.gradle' version '[6.0.24,6.2)'
44
}
55

@@ -9,7 +9,7 @@ tasks.withType(JavaCompile) {
99
}
1010

1111
minecraft {
12-
mappings channel: 'official', version: '1.21.7'
12+
mappings channel: 'official', version: '1.21.8'
1313
accessTransformer = file('src/main/resources/META-INF/accesstransformer.cfg')
1414
reobf = false
1515
}
@@ -20,7 +20,7 @@ configurations {
2020
}
2121

2222
dependencies {
23-
minecraft 'net.minecraftforge:forge:1.21.7-57.0.0'
23+
minecraft 'net.minecraftforge:forge:1.21.8-58.0.0'
2424
annotationProcessor 'net.minecraftforge:eventbus-validator:7.0-beta.7'
2525
shade project(':spark-common')
2626
}

0 commit comments

Comments
 (0)