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.
1 parent 23fb34b commit 3c1ed64Copy full SHA for 3c1ed64
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,7 +637,7 @@ public void setExternalSignTool( Closure<?> externalSignTool ) {
636
637
*
638
* @return closure the data for signing
639
*/
- @Input
640
+ @Internal
641
public Closure<?> getExternalSignTool() {
642
return externalSignTool;
643
}
0 commit comments