We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d879e5a commit a2b9a47Copy full SHA for a2b9a47
gradle/scripts/dependencies.gradle
@@ -15,7 +15,7 @@ repositories {
15
}
16
17
dependencies {
18
- compileOnly "com.cleanroommc:sponge-mixin:0.20.10+mixin.0.8.7"
+ compileOnly "com.cleanroommc:sponge-mixin:0.20.12+mixin.0.8.7"
19
if (propertyBool('enable_lwjglx')) {
20
compileOnly "com.cleanroommc:lwjglx:1.0.0"
21
gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.0-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
4
networkTimeout=10000
5
validateDistributionUrl=true
6
zipStoreBase=GRADLE_USER_HOME
0 commit comments