Skip to content

Commit

Permalink
chore(build): Update for repo rename
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed Aug 25, 2024
1 parent 48ee486 commit adc25cf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ allprojects {
}

spotless {
//ratchetFrom("origin/mc/${libs.versions.minecraft.get().splitToSequence('.').take(2).joinToString(".")}")
ratchetFrom("origin/mc/1.20")
ratchetFrom("origin/mc/1.21")

java {
importOrderFile(rootProject.file(".spotless/kyori.importorder"))
Expand All @@ -40,7 +39,7 @@ allprojects {
}

indra {
github("KyoriPowered", "adventure-platform-fabric") {
github("KyoriPowered", "adventure-platform-mod") {
ci(true)
}
javaVersions().target(21)
Expand Down

0 comments on commit adc25cf

Please sign in to comment.