Skip to content

Commit caf9219

Browse files
Update Unimined
1 parent 6c4e2f9 commit caf9219

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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')

gradle/scripts/dependencies.gradle

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)