We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5681a7f + 3c1ed64 commit 6e791a9Copy full SHA for 6e791a9
src/com/inet/gradle/setup/msi/Msi.java
@@ -32,6 +32,7 @@
32
import org.gradle.api.tasks.Input;
33
import org.gradle.api.tasks.InputFile;
34
import org.gradle.api.tasks.InputFiles;
35
+import org.gradle.api.tasks.Internal;
36
import org.gradle.util.ConfigureUtil;
37
38
import com.inet.gradle.setup.abstracts.AbstractSetupTask;
@@ -636,6 +637,7 @@ public void setExternalSignTool( Closure<?> externalSignTool ) {
636
637
*
638
* @return closure the data for signing
639
*/
640
+ @Internal
641
public Closure<?> getExternalSignTool() {
642
return externalSignTool;
643
}
0 commit comments