Update to non-snapshot Indra

This commit is contained in:
broccolai 2021-04-29 00:16:49 +01:00 committed by Jason
parent 4957a23e5d
commit 637964e838
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -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
}
}