Update Gradle

This commit is contained in:
Emux
2023-04-14 10:20:58 +03:00
parent 6342756105
commit eef8ee3934
11 changed files with 9 additions and 9 deletions

View File

@@ -26,7 +26,7 @@ sourceSets {
mainClassName = "org.oscim.theme.comparator.Main"
task fatJar(type: Jar, dependsOn: configurations.runtimeClasspath) {
classifier 'jar-with-dependencies'
archiveClassifier = 'jar-with-dependencies'
from { configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) } }
exclude 'META-INF/*.DSA', 'META-INF/*.RSA', 'META-INF/*.SF'
manifest {