Fix double publication

master
Eli Orona 2021-11-17 10:16:03 -08:00
parent 0b96297009
commit 2829128286
1 changed files with 0 additions and 6 deletions

View File

@ -38,12 +38,6 @@ gradlePlugin {
}
publishing {
publications {
create<MavenPublication>("mavenJava") {
artifact(tasks.jar)
}
}
repositories {
mavenLocal()
if (System.getenv("MAVEN_URL") != null) {