alenkacz / gradle-json-validator

Gradle plugin for json validation
MIT License
10 stars 8 forks source link

#18 Make plugin compatible with Gradle 8 #19

Closed wyhasany closed 2 years ago

wyhasany commented 3 years ago

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

@alenkacz pls let me know if you can merge it and prepare new version of plugin :) thanks in advance 👍

ogorbov commented 3 years ago

@alenkacz please take a look at this fix