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
We get the following error with Gradle 7.2 (6.9.2 works fine).
Tested in Grails 5.0.1
Task :compileGsonViews
Execution optimizations have been disabled for task ':compileGsonViews' to ensure correctness due to the following reasons:
Gradle detected a problem with the following location: 'C:\Users\baddanki\code\git\geonames-api\build\gson-classes\main'. Reason: Task ':bootWarMainClassName' uses this output of task ':compileGsonViews' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.2/userguide/validation_problems.html#implicit_dependency for more details about this problem.
HTH
The text was updated successfully, but these errors were encountered:
org.grails.plugins:views-gradle
We get the following error with Gradle 7.2 (6.9.2 works fine).
Tested in Grails 5.0.1
HTH
The text was updated successfully, but these errors were encountered: