diff options
-rw-r--r-- | build.gradle.kts | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index f3d1c6255..ea1d388ed 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -24,7 +24,6 @@ sourceSets.main { repositories { mavenCentral() mavenLocal() - maven("https://maven.notenoughupdates.org/releases") maven("https://repo.spongepowered.org/maven/") // If you don't want to log in with your real minecraft account, remove this line maven("https://pkgs.dev.azure.com/djtheredstoner/DevAuth/_packaging/public/maven/v1") @@ -79,8 +78,8 @@ dependencies { implementation("com.github.hannibal002:notenoughupdates:4957f0b:all") devenvMod("com.github.hannibal002:notenoughupdates:4957f0b:all") - shadowModImpl("org.notenoughupdates.moulconfig:MoulConfig:1.1.0") - devenvMod("org.notenoughupdates.moulconfig:MoulConfig:1.1.0:test") + shadowModImpl("com.github.NotEnoughUpdates:MoulConfig:1.1.0") + devenvMod("com.github.NotEnoughUpdates:MoulConfig:1.1.0:test") shadowImpl("moe.nea:libautoupdate:1.0.3") } |