This commit is contained in:
qi4L
2024-04-02 17:13:49 +08:00
parent 130d67f3ef
commit 979302205a
10 changed files with 5 additions and 11 deletions
-11
View File
@@ -22,17 +22,6 @@ repositories {
}
}
//jar {
// duplicatesStrategy = DuplicatesStrategy.INCLUDE
// from {
// configurations.runtimeClasspath.collect{it.isDirectory() ? it : zipTree(it)}
// }
// manifest {
// attributes 'Main-Class': 'com.qi4l.jndi.Starter'
// }
// zip64=true
//}
shadowJar {
manifest {
attributes 'Main-Class': 'com.qi4l.jndi.Starter'