gradle.properties
build-logic
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
This reverts commit 34afdabcfe.
34afdabcfe
Task.project
Apparently, this is all that's needed to replace the forbidden `Task.project` accessor, which would be an error in Gradle v10 (it's been deprecated for a while) This will also allow us to use the Configuration Cache if we wanted to.