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"
18
18
version = " 2.1.0-SNAPSHOT"
19
19
20
20
subprojects {
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" )
26
24
27
25
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" )
34
30
35
31
tasks.named(" publishPlugins" ) {
36
32
onlyIf { net.kyori.indra.util.Versioning .isRelease(project) }
You can’t perform that action at this time.
0 commit comments