You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What went wrong:
A problem was found with the configuration of task 'taskNameRemoved' (type 'ModularJavaExec').
In plugin 'org.javamodularity.moduleplugin' type 'org.javamodularity.moduleplugin.tasks.ModularJavaExec' property 'main' is missing an input or output annotation.
Reason: A property without annotation isn't considered during up-to-date checking.
Ran into this after upgrading Gradle to 8.0.1.
FAILURE: Build failed with an exception.
A problem was found with the configuration of task 'taskNameRemoved' (type 'ModularJavaExec').
In plugin 'org.javamodularity.moduleplugin' type 'org.javamodularity.moduleplugin.tasks.ModularJavaExec' property 'main' is missing an input or output annotation.
Reason: A property without annotation isn't considered during up-to-date checking.
Possible solutions:
Please refer to https://docs.gradle.org/8.0.1/userguide/validation_problems.html#missing_annotation for more details about this problem.