Hi Nir,
looks similar to
https://mail.openjdk.java.net/pipermail/openjfx-dev/2021-May/030563.html which
I'm seeing since May - don't know (and didn't dig ;) why or how to
solve, I simply ignore them.
-- Jeanette
Zitat von Nir Lisker <nlis...@gmail.com>:
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.