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
Reason: Task ':compileJava' uses this output of task ':formatMain' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed.
Possible solutions:
1. Declare task ':formatMain' as an input of ':compileJava'.
2. Declare an explicit dependency on ':formatMain' from ':compileJava' using Task#dependsOn.
3. Declare an explicit dependency on ':formatMain' from ':compileJava' using Task#mustRunAfter.
For more information, please refer to https://docs.gradle.org/8.11.1/userguide/validation_problems.html#implicit_dependency in the Gradle documentation.
Run
gradle format
result in error:Reproducer: native-demo.zip
The text was updated successfully, but these errors were encountered: