diff --git a/build.gradle.kts b/build.gradle.kts index 03713a56..771515e0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,7 +12,7 @@ import org.gradle.api.plugins.JavaPlugin.COMPILE_ONLY_API_CONFIGURATION_NAME import org.gradle.api.plugins.JavaPlugin.TEST_IMPLEMENTATION_CONFIGURATION_NAME plugins { - val indraVersion = "2.0.0-SNAPSHOT" + val indraVersion = "2.0.0" id("net.kyori.indra") version indraVersion apply false id("net.kyori.indra.checkstyle") version indraVersion apply false id("net.kyori.indra.publishing.sonatype") version indraVersion diff --git a/settings.gradle.kts b/settings.gradle.kts index 0ca0aafc..28f836a0 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -2,7 +2,6 @@ pluginManagement { repositories { gradlePluginPortal() maven("https://maven.fabricmc.net") - maven("https://repo.incendo.org/content/repositories/snapshots") // todo: temp for indra snapshots } }