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

@@ -30,7 +30,7 @@ run {
}
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', 'META-INF/services/io.jeo.data.Driver'
manifest {