Join Slack
Powered by
is there a way to tell gradle to re-run a task whe...
# community-support
b
Bernhard Posselt
10/02/2024, 7:48 PM
is there a way to tell gradle to re-run a task when the project version changes?
✅ 1
t
Trey Pero
10/02/2024, 7:55 PM
You can make the version property a task input. Something like inputs.properties(project.version)
b
Bernhard Posselt
10/02/2024, 8:13 PM
thank you
Bernhard Posselt
10/02/2024, 8:14 PM
inputs.property("version", project.version) I guess
✅ 1
2
Views
Open in Slack
Previous
Next