Update archive classifier
This commit is contained in:
parent
461fdb1c98
commit
672ccde696
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ task jarjar(type: Jar) {
|
|||
'Multi-Release': 'true'
|
||||
)
|
||||
}
|
||||
classifier = "AIO"
|
||||
archiveClassifier = "AIO"
|
||||
duplicatesStrategy = "exclude"
|
||||
from { configurations.external.collect { it.isDirectory() ? it : zipTree(it) } }
|
||||
|
||||
|
|
Loading…
Reference in a new issue