Tool to document Spring Configuration Properties - Leave us a feedback: https://github.com/rodnansol/spring-configuration-property-documenter/discussions/74
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:
markdownCustomization
asciiDocCustomization
xmlCustomization
htmlCustomization
Expected behavior
Plugin should be working with Gradle with 7 and above.
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.