Skip to content

Commit 7a23216

Browse files
committed
build: update dependencies
1 parent 545777d commit 7a23216

3 files changed

Lines changed: 4 additions & 16 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import java.util.Calendar
22

33
plugins {
4-
id("fabric-loom").version("1.11-SNAPSHOT")
4+
id("fabric-loom").version("1.12-SNAPSHOT")
55
id("me.fallenbreath.yamlang").version("1.5.0")
66
id("com.github.hierynomus.license").version("0.16.1")
7-
id("me.modmuss50.mod-publish-plugin").version("1.0.0")
7+
id("me.modmuss50.mod-publish-plugin").version("1.1.0")
88
id("maven-publish")
99
}
1010

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ org.gradle.configuration-cache=false
88
# Fabric Properties
99
# check these on https://fabricmc.net/develop
1010
minecraft_version = 1.21.10
11-
yarn_mappings = 1.21.10+build.1
12-
loader_version = 0.17.2
11+
yarn_mappings = 1.21.10+build.2
12+
loader_version = 0.17.3
1313

1414
# Mod Properties
1515
mod_id = cca

settings.gradle.kts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,6 @@ pluginManagement {
44
name = "Fabric"
55
url = uri("https://maven.fabricmc.net/")
66
}
7-
// [FUNCTION]
8-
if (System.getenv("CI") != "true" /* not run in github actions */ ) {
9-
// If you're not from China, please remove this, it will slow down your downloads
10-
maven {
11-
name = "Ali"
12-
url = uri("https://maven.aliyun.com/repository/gradle-plugin")
13-
content {
14-
excludeGroup("me.modmuss50")
15-
excludeGroup("me.fallenbreath")
16-
}
17-
}
18-
}
197
mavenCentral()
208
gradlePluginPortal()
219
}

0 commit comments

Comments
 (0)