Hi,

When running builds, gradle reports

Execution optimizations have been disabled for task
':base:copyClassFilesWin' to ensure correctness due to the following
reasons:
  - Gradle detected a problem with the following location:
'C:\...\jfx\modules\javafx.base\build\module-classes'. Reason: Task
':base:copyClassFilesWin' uses this output of task ':base:buildModuleWin'
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.0.1/userguide/validation_problems.html#implicit_dependency
for more details about this problem.

Same happens on other tasks:
:base:copyLibFilesWin
:base:modularJarStandaloneWin
:base:copyLibFilesStandaloneWin
etc.

I don't remember seeing this before. It doesn't cause any failures but
thought I'd ask.

Reply via email to