Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Commit

Permalink
Disable up-to-date checks when creating start scripts. (#382)
Browse files Browse the repository at this point in the history
Gradle would produce the following error on Windows (while Linux is not affected):

"Cannot access input property 'classpath' of task ':metafix-runner:startScripts'. Accessing unreadable inputs or outputs is not supported. Declare the task as untracked by using Task.doNotTrackState(). For more information, please refer to https://docs.gradle.org/8.10.2/userguide/incremental_build.html#sec:disable-state-tracking in the Gradle documentation."
  • Loading branch information
blackwinter committed Nov 8, 2024
1 parent c8b280f commit a2fbff1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metafix-runner/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,6 @@ application {
startScripts {
// See https://github.com/metafacture/metafacture-fix/issues/371
classpath = files('*')
doNotTrackState('Accessing unreadable inputs is not supported.')
}
}

0 comments on commit a2fbff1

Please sign in to comment.