Skip to content

Commit adc25cf

Browse files
committed
chore(build): Update for repo rename
1 parent 48ee486 commit adc25cf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ allprojects {
2727
}
2828

2929
spotless {
30-
//ratchetFrom("origin/mc/${libs.versions.minecraft.get().splitToSequence('.').take(2).joinToString(".")}")
31-
ratchetFrom("origin/mc/1.20")
30+
ratchetFrom("origin/mc/1.21")
3231

3332
java {
3433
importOrderFile(rootProject.file(".spotless/kyori.importorder"))
@@ -40,7 +39,7 @@ allprojects {
4039
}
4140

4241
indra {
43-
github("KyoriPowered", "adventure-platform-fabric") {
42+
github("KyoriPowered", "adventure-platform-mod") {
4443
ci(true)
4544
}
4645
javaVersions().target(21)

0 commit comments

Comments
 (0)