mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2026-04-08 02:02:27 +02: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) {
|
||||
builtBy(plainJar)
|
||||
classifier = ""
|
||||
}
|
||||
|
||||
artifact(combinedSourcesJar) {
|
||||
|
||||
Reference in New Issue
Block a user