rodnansol / spring-configuration-property-documenter

Tool to document Spring Configuration Properties - Leave us a feedback: https://github.com/rodnansol/spring-configuration-property-documenter/discussions/74
Apache License 2.0
39 stars 5 forks source link

Gradle plugin is not working with Gradle 7+ #56

Closed nandorholozsnyak closed 1 year ago

nandorholozsnyak commented 1 year ago

Describe the bug Gradle plugin fails if the Gradle version is 7 or above. It happens because the tasks are exposing complex types and they are not having getters:

Expected behavior Plugin should be working with Gradle with 7 and above.

nandorholozsnyak commented 1 year ago

Fixed in 0.5.1