From e3368e8bbc579d616951f045a596eae423b601eb Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Mon, 1 May 2023 11:44:53 +0200 Subject: Using jitpack instead of NEU maven for loading MoulConfig --- build.gradle.kts | 5 ++--- 1 file 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") } -- cgit