mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2026-02-04 23:53:20 +01:00
set plain jar classifier as "" when publishing so maven actually knows what to do with it
This commit is contained in:
@@ -154,6 +154,7 @@ tasks {
|
|||||||
|
|
||||||
artifact(plainJar) {
|
artifact(plainJar) {
|
||||||
builtBy(plainJar)
|
builtBy(plainJar)
|
||||||
|
classifier = ""
|
||||||
}
|
}
|
||||||
|
|
||||||
artifact(combinedSourcesJar) {
|
artifact(combinedSourcesJar) {
|
||||||
|
|||||||
Reference in New Issue
Block a user