Skip to content

Commit 34f3e74

Browse files
committed
build, convention: Bump indra to 3.0.0
1 parent d1dfc21 commit 34f3e74

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

convention/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ tasks.withType(GroovyCompile::class).configureEach {
99
dependencies {
1010
api(project(":spongegradle-plugin-development"))
1111
implementation(localGroovy())
12-
api("net.kyori:indra-common:2.2.0")
13-
api("net.kyori:indra-licenser-spotless:2.2.0")
12+
api("net.kyori:indra-common:3.0.0")
13+
api("net.kyori:indra-licenser-spotless:3.0.0")
1414
api("com.google.code.gson:gson:2.9.1")
1515
}
1616

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pluginManagement {
66
}
77

88
plugins {
9-
val indraVersion = "2.2.0"
9+
val indraVersion = "3.0.0"
1010
id("com.gradle.plugin-publish") version "1.0.0"
1111
id("com.diffplug.spotless") version "6.11.0"
1212
id("net.kyori.indra") version indraVersion

0 commit comments

Comments
 (0)