Skip to content

Commit 6b3669c

Browse files
committed
Fix: Create installDir and make property internal so it also works inside docker
1 parent 5d3328e commit 6b3669c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/groovy/dev/jbang/gradle/tasks/JBangTask.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class JBangTask extends DefaultTask {
7777
@Optional
7878
final ListProperty<String> trusts
7979
@InputDirectory
80-
@Optional
80+
@Internal
8181
final DirectoryProperty installDir
8282

8383
@Inject

0 commit comments

Comments
 (0)