Building the default target "local" fails on Windows with the error message below. I think this started happening when we upgraded the Gradle version last.
* What went wrong: Execution failed for task ':local'. > Cannot access a file in the destination directory. Copying to a directory which contains unreadable content is not supported. Declare the task as untracked by using Task.doNotTrackState(). For more information, please refer to https://docs.gradle.org/8.5/userguide/incremental_build.html#disable-state-tracking in the Gradle documentation. > Failed to create MD5 hash for file content.
I'm not sure what the best solution is here, but I'm guessing that we should move the unzipping of the CLI distribution to its own sub directory of the project build directory.
* What went wrong: Execution failed for task ':local'. > Cannot access a file in the destination directory. Copying to a directory which contains unreadable content is not supported. Declare the task as untracked by using Task.doNotTrackState(). For more information, please refer to https://docs.gradle.org/8.5/userguide/incremental_build.html#disable-state-tracking in the Gradle documentation. > Failed to create MD5 hash for file content.
I'm not sure what the best solution is here, but I'm guessing that we should move the unzipping of the CLI distribution to its own sub directory of the project build directory.
- links to
-
Commit(master) openjdk/skara/64188c3d
-
Review(master) openjdk/skara/1707