Skip to content

Commit

Permalink
fix: Fix compilation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
phinner committed Nov 15, 2024
1 parent c88f878 commit d97e2ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ shadow = "8.3.5"
indra = "3.1.3"
toxopid = "4.1.1"
spotless = "6.25.0"
ksr = "1.0.0"
ksr = "2.0.0-SNAPSHOT"
dokka = "1.9.20"

# utilities
Expand Down
4 changes: 4 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ pluginManagement {
name = "xpdustry-releases"
mavenContent { releasesOnly() }
}
maven("https://maven.xpdustry.com/snapshots") {
name = "xpdustry-snapshots"
mavenContent { snapshotsOnly() }
}
}
}

Expand Down

0 comments on commit d97e2ac

Please sign in to comment.