Update to non-snapshot Indra
This commit is contained in:
parent
4957a23e5d
commit
637964e838
2 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue