From 4c52c3276c3241cb94a84d8d495c9aa3b02a6094 Mon Sep 17 00:00:00 2001 From: Cadiboo <37298044+Cadiboo@users.noreply.github.com> Date: Sat, 13 Apr 2024 13:42:00 +1000 Subject: [PATCH] Update build.gradle --- build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.gradle b/build.gradle index 1b2c59e0..4b25d42d 100644 --- a/build.gradle +++ b/build.gradle @@ -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", @@ -283,6 +284,7 @@ javadoc { // ignoreExitValue = true // } // println output +// // https://ant.apache.org/manual/Tasks/signjar.html //// ant.signjar( //// jar: inputFile, //// signedjar: outputFile,