Skip to content

Commit

Permalink
build: fix plugin repos
Browse files Browse the repository at this point in the history
I forgot about that xdd
  • Loading branch information
Misat11 committed Dec 23, 2024
1 parent d1f9bff commit 9f2a950
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
pluginManagement {
repositories {
mavenCentral()
mavenLocal()
gradlePluginPortal()
// maven("https://repo.screamingsandals.org/public/")
maven("https://repo.screamingsandals.org/public/")
// TODO: remove repository when (if) uploaded to gradle plugin portal
maven("https://maven.neoforged.net/releases") {
content {
Expand Down

0 comments on commit 9f2a950

Please sign in to comment.