File tree Expand file tree Collapse file tree 1 file changed +7
-11
lines changed
Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -18,19 +18,15 @@ group = "org.spongepowered"
1818version = " 2.1.0-SNAPSHOT"
1919
2020subprojects {
21- plugins.apply {
22- apply (" net.kyori.indra" )
23- apply (" net.kyori.indra.licenser.spotless" )
24- apply (" net.kyori.indra.git" )
25- }
21+ apply (plugin = " net.kyori.indra" )
22+ apply (plugin = " net.kyori.indra.licenser.spotless" )
23+ apply (plugin = " net.kyori.indra.git" )
2624
2725 if (project.name != " spongegradle-testlib" ) {
28- plugins.apply {
29- apply (JavaGradlePluginPlugin ::class )
30- apply (" com.gradle.plugin-publish" )
31- apply (" net.kyori.indra.publishing.gradle-plugin" )
32- apply (" net.kyori.indra.crossdoc" )
33- }
26+ plugins.apply (JavaGradlePluginPlugin ::class )
27+ apply (plugin = " com.gradle.plugin-publish" )
28+ apply (plugin = " net.kyori.indra.publishing.gradle-plugin" )
29+ apply (plugin = " net.kyori.indra.crossdoc" )
3430
3531 tasks.named(" publishPlugins" ) {
3632 onlyIf { net.kyori.indra.util.Versioning .isRelease(project) }
You can’t perform that action at this time.
0 commit comments