Skip to content

Commit

Permalink
prepare new major release in version 8
Browse files Browse the repository at this point in the history
  • Loading branch information
astrapisixtynine committed Jun 13, 2024
1 parent 8de7b9e commit cd7c630
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions gradle/packaging.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,32 +55,6 @@ jar.doLast {
}
}

////Signing
//// def jarsignerskip = false
//def keystoreFile = new File('urkeystore.jks')
//def keystorepass = 'keystoreP@@S'
//def keyalias = 'selfSigned'
//
//task signJar(dependsOn: 'jar',description: 'to Sign JAR.',group: 'Build'){
//
// doLast{
// println ":$project.name:${name}"
// def signdir = new File("$buildDir/jars/signed")
// signdir.mkdirs()
// ant.signjar(
// destDir: "${signdir.absolutePath}",
// jar: 'build/jars/*.jar',
// alias:keyalias,
// storetype:"jks",
// keystore:"${keystoreFile.absolutePath}",
// storepass:keystorepass,
// verbose:true,
// preservelastmodified:"true"
// )
// }
//
//}

task withAllDependendiesJar(type: Jar) {
duplicatesStrategy(DuplicatesStrategy.EXCLUDE)
manifest.from jar.manifest
Expand Down

0 comments on commit cd7c630

Please sign in to comment.