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 b82a708 commit 1b30646Copy full SHA for 1b30646
src/main/groovy/dev/jbang/gradle/tasks/JBangTask.groovy
@@ -77,6 +77,7 @@ class JBangTask extends DefaultTask {
77
@Optional
78
final ListProperty<String> trusts
79
@InputDirectory
80
+ @Optional
81
final DirectoryProperty installDir
82
83
@Inject
0 commit comments