mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-03-04 06:44:40 +01:00
Publish slim jar
This commit is contained in:
parent
1f306c3dc9
commit
689d6ed4f1
1 changed files with 4 additions and 0 deletions
|
@ -271,6 +271,10 @@ publishing {
|
|||
artifactId base.archivesName.get()
|
||||
from components.java
|
||||
|
||||
artifact(slimJar) {
|
||||
classifier = "slim"
|
||||
}
|
||||
|
||||
artifact(tasks.jar) {
|
||||
classifier = "all"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue