Skip to content

Commit

Permalink
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Pano/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -242,15 +242,5 @@ publishing {
component(this@create)
}
}

create<MavenPublication>("release") {
artifactId = "pano"

from(components["java"])

artifact(tasks.shadowJar.get()) {
classifier = null
}
}
}
}

0 comments on commit 338bb04

Please sign in to comment.