-
-
Notifications
You must be signed in to change notification settings - Fork 423
How to use minimize() in KotlinDSL? #469
Copy link
Copy link
Closed
Description
I'm build my project with the gradle kotlin-dsl.
With the hint of #317 I included it in this way:
tasks.withType<ShadowJar> {
baseName = "app"
classifier = ""
version = ""
}But how can I add the minimize() action to this config? (shadow-config-minimizing)
// Minimizing an shadow JAR
shadowJar {
minimize()
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels