Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadiboo committed Apr 26, 2024
1 parent 9fcaa1c commit a2832d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ javadoc {
//
// def output = new ByteArrayOutputStream()
// def result = project.exec {
// // https://docs.oracle.com/javase/7/docs/technotes/tools/windows/jarsigner.html
// commandLine = [
// "\"${javaHome.get()}/bin/jarsigner\"",
// "-keystore",
Expand All @@ -283,6 +284,7 @@ javadoc {
// ignoreExitValue = true
// }
// println output
// // https://ant.apache.org/manual/Tasks/signjar.html
//// ant.signjar(
//// jar: inputFile,
//// signedjar: outputFile,
Expand Down

0 comments on commit a2832d5

Please sign in to comment.