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,7 +4,7 @@ plugins {
44 id ' maven-publish'
55 id ' com.gradleup.shadow' version ' 9.4.0'
66 id ' org.jetbrains.gradle.plugin.idea-ext' version ' 1.4.1'
7- id ' xyz.wagyourtail.unimined' version ' 1.4.15 -kappa'
7+ id ' xyz.wagyourtail.unimined' version ' 1.4.16 -kappa'
88 id ' net.kyori.blossom' version ' 2.2.0'
99}
1010
@@ -69,7 +69,7 @@ unimined.minecraft {
6969 if (propertyBool(' use_access_transformer' )) {
7070 accessTransformer " ${ rootProject.projectDir} /src/main/resources/${ propertyString('access_transformer_locations')} "
7171 }
72- loader " 0.5.5 -alpha"
72+ loader " 0.5.6 -alpha"
7373 runs. auth. username = minecraft_username
7474 runs. all {
7575 def extraArgs = propertyString(' extra_jvm_args' )
Original file line number Diff line number Diff line change @@ -4,12 +4,16 @@ repositories {
44 // Other repositories described by default:
55 // CleanroomMC: https://maven.cleanroommc.com
66 maven {
7- name ' CurseMaven'
8- url ' https://curse.cleanroommc .com'
7+ name = ' CurseMaven'
8+ url = ' https://cursemaven .com'
99 }
1010 maven {
11- name ' Modrinth'
12- url ' https://api.modrinth.com/maven'
11+ name = ' CleanroomCurseMaven'
12+ url = ' https://curse.cleanroommc.com'
13+ }
14+ maven {
15+ name = ' Modrinth'
16+ url = ' https://api.modrinth.com/maven'
1317 }
1418 mavenCentral()
1519 mavenLocal() // Must be last for caching to work
You can’t perform that action at this time.
0 commit comments