File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66 id ' maven-publish'
77 id ' org.jetbrains.gradle.plugin.idea-ext' version ' 1.4.1'
88 id ' org.jetbrains.changelog' version ' 2.2.1'
9- id ' xyz.wagyourtail.unimined' version ' 1.4.17 -kappa'
9+ id ' xyz.wagyourtail.unimined' version ' 1.4.26 -kappa'
1010}
1111
1212apply from : ' gradle/scripts/helpers.gradle'
@@ -65,7 +65,7 @@ unimined.minecraft {
6565 if (propertyBool(' use_access_transformer' )) {
6666 accessTransformer " src/main/resources/META-INF/${ propertyString('access_transformer_locations')} "
6767 }
68- loader " 0.5.7 -alpha"
68+ loader " 0.5.17 -alpha"
6969 runs. config(" client" ) {
7070 jvmArgs extra_jvm_args
7171 }
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ show_testing_output = false
1111
1212# Mod Information
1313# HIGHLY RECOMMEND complying with SemVer for mod_version: https://semver.org/
14- mod_version = 3.8.3
14+ mod_version = 3.8.4
1515root_package = com.cleanroommc
1616mod_id = scalar
1717mod_name = Scalar
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.4 .1-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.6 .1-bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments