In newer versions of Gradle, I get the following error when using this plugin:
In plugin 'org.kiirun.joda-beans' type 'org.kiirun.joda.beans.gradle.tasks.Generate' property 'config' is missing an input or output annotation.
The error directs me to the following URL: https://docs.gradle.org/7.5/userguide/validation_problems.html#missing_annotation.
Is Gradle 6.x the newest version supported by this plugin?
In newer versions of Gradle, I get the following error when using this plugin:
In plugin 'org.kiirun.joda-beans' type 'org.kiirun.joda.beans.gradle.tasks.Generate' property 'config' is missing an input or output annotation.The error directs me to the following URL: https://docs.gradle.org/7.5/userguide/validation_problems.html#missing_annotation.
Is Gradle 6.x the newest version supported by this plugin?