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) {
|
||||
builtBy(plainJar)
|
||||
classifier = ""
|
||||
}
|
||||
|
||||
artifact(combinedSourcesJar) {
|
||||
|
||||
Reference in New Issue
Block a user