File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ tasks.withType(GroovyCompile::class).configureEach {
99dependencies {
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments