Skip to content

Commit

Permalink
inputfile not internal
Browse files Browse the repository at this point in the history
  • Loading branch information
devPalacio committed Mar 19, 2024
1 parent 0a8f510 commit 8919a8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ abstract class StoneTask : DefaultTask() {
@get:Input
abstract val stoneConfigs: ListProperty<StoneConfig>

@get:Internal
@get:InputFile
abstract val generatorFile: RegularFileProperty

@get:Internal
Expand Down

0 comments on commit 8919a8b

Please sign in to comment.