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 {
|
||||
id("net.kyori.indra.publishing.sonatype")
|
||||
if (project.hasProperty("releasePublishing")) {
|
||||
plugins.apply("net.kyori.indra.publishing.sonatype")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue