build: minimize shadow jar

This commit is contained in:
oSumAtrIX 2022-12-15 00:15:32 +01:00
parent 2c7eb7274c
commit 1c5983b803
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ tasks {
attributes("Implementation-Title" to project.name)
attributes("Implementation-Version" to project.version)
}
minimize()
}
// Dummy task to fix the Gradle semantic-release plugin.
// Remove this if you forked it to support building only.