dlg99 opened a new issue #3047:
URL: https://github.com/apache/bookkeeper/issues/3047
**BUG REPORT**
***Describe the bug***
Gradle logs `"Execution optimizations have been disabled for task..."`
***To Reproduce***
`./gradlew build -x signDistTar -x test` reports
get messages like that for multiple modules:
```
> Task :bookkeeper-server:checkstyleTest
Execution optimizations have been disabled for task
':bookkeeper-server:checkstyleTest' to ensure correctness due to the following
reasons:
- Gradle detected a problem with the following location:
'~/src/bookkeeper/tools/framework/build/libs/bookkeeper-tools-framework.jar'.
Reason: Task ':bookkeeper-server:checkstyleTest' uses this output of task
':bookkeeper-tools-framework:jar' 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.3.3/userguide/validation_problems.html#implicit_dependency
for more details about this problem.
- ```
***Expected behavior***
No warnings, hopefully faster builds
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]