Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.27.0
-
MacOS
Gradle 7.2
Jdk 11
Description
Lots of warnings about Execution optimizations have been disabled when build CALCITE. For example:
Execution optimizations have been disabled for task ':babel:sourcesJar' to ensure correctness due to the following reasons: - Gradle detected a problem with the following location: '/calcite/babel/build/javacc/javaCCMain'. Reason: Task ':babel:sourcesJar' uses this output of task ':babel:javaCCMain' 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.
and
Gradle detected a problem with the following location: '/calcite'. Reason: Task ':gitProps' uses this output of task ':babel:checkstyleTest' 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.
Attachments
Issue Links
- is caused by
-
CALCITE-4829 Bump Gradle to 7.2 and test with Java 17 at GitHub Actions
- Closed
- links to