File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ plugins {
44 id ' java'
55 id ' java-library'
66 id ' maven-publish'
7- id ' org.jetbrains.gradle.plugin.idea-ext' version ' 1.1.10 '
7+ 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.9 -kappa'
9+ id ' xyz.wagyourtail.unimined' version ' 1.4.17 -kappa'
1010}
1111
1212apply from : ' gradle/scripts/helpers.gradle'
3838
3939java {
4040 toolchain {
41- languageVersion = JavaLanguageVersion . of(21 )
41+ languageVersion = JavaLanguageVersion . of(25 )
4242 }
4343 if (propertyBool(' generate_sources_jar' )) {
4444 withSourcesJar()
@@ -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.3.31 -alpha"
68+ loader " 0.5.7 -alpha"
6969 runs. config(" client" ) {
7070 jvmArgs extra_jvm_args
7171 }
@@ -189,13 +189,13 @@ idea {
189189}
190190
191191compileTestJava {
192- sourceCompatibility = targetCompatibility = JavaVersion . VERSION_21
192+ sourceCompatibility = targetCompatibility = JavaVersion . VERSION_25
193193}
194194
195195test {
196196 useJUnitPlatform()
197197 javaLauncher. set(javaToolchains. launcherFor {
198- languageVersion = JavaLanguageVersion . of(21 )
198+ languageVersion = JavaLanguageVersion . of(25 )
199199 })
200200 if (propertyBool(' show_testing_output' )) {
201201 testLogging {
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.0-RC4
14+ mod_version = 3.8.3
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.2 .1-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.4 .1-bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -4,9 +4,6 @@ pluginManagement {
44 maven {
55 url = " https://maven.arcseekers.com/releases"
66 }
7- maven {
8- url = " https://maven.neoforged.net/releases"
9- }
107 maven {
118 url = " https://maven.minecraftforge.net/"
129 }
You can’t perform that action at this time.
0 commit comments