You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
versionFile task uses Task.project which apparently as of Gradle 7.4.1 is not allowed
Task `:xmlTypes4:versionFile` of type `net.nemerosa.versioning.tasks.VersionFileTask`:
invocation of 'Task.project' at execution time is unsupported.
See https://docs.gradle.org/7.4.1/userguide/configuration_cache.html#config_cache:requirements:use_project_during_execution
The text was updated successfully, but these errors were encountered:
versionFile
task usesTask.project
which apparently as of Gradle 7.4.1 is not allowedThe text was updated successfully, but these errors were encountered: