Skip to content

Commit

Permalink
#18 Make plugin compatible with Gradle 8 (#19)
Browse files Browse the repository at this point in the history
* #18 Make plugin compatible with Gradle 8

Gradle 8 requires to marks properties as input/output to distinguish
what is consumed by task and what is produced. So I've just marked
input property as `@Input`

* Add missing line
  • Loading branch information
wyhasany authored Dec 1, 2021
1 parent b2bf74b commit d38d467
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class ValidateJsonTask extends DefaultTask {
@InputDirectory
@Optional
File targetJsonDirectory
@Input
@Optional
Boolean onlyWithJsonExtension

Expand Down

0 comments on commit d38d467

Please sign in to comment.