versioning icon indicating copy to clipboard operation
versioning copied to clipboard

versionFile using Task.project

Open prenagha opened this issue 2 years ago • 0 comments

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

prenagha avatar Mar 31 '22 17:03 prenagha