build: Only apply sonatype plugin when publishing
This commit is contained in:
parent
cd6fe0e120
commit
d6e17a0d99
1 changed files with 2 additions and 2 deletions
|
|
@ -1,3 +1,3 @@
|
||||||
plugins {
|
if (project.hasProperty("releasePublishing")) {
|
||||||
id("net.kyori.indra.publishing.sonatype")
|
plugins.apply("net.kyori.indra.publishing.sonatype")
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue