Skip to content

Commit 7d25c1f

Browse files
Siedlerchrkoppor
andcommitted
fix: Create installDir and make property internal so it also works inside docker
Co-authored-by: koppor <[email protected]>
1 parent 5d3328e commit 7d25c1f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@ class JBangTask extends DefaultTask {
7676
@Input
7777
@Optional
7878
final ListProperty<String> trusts
79-
@InputDirectory
80-
@Optional
79+
@Internal
8180
final DirectoryProperty installDir
8281

8382
@Inject

0 commit comments

Comments
 (0)