I've upgraded my project to use Gradle 8.5, and it seems there is no matching version for that.
Using the SetupBuilderVersion.gradle to determine the version I'm getting 8.0.+ but it seems that the latest released version is 7.2.20.
Am I missing something here? Because from reading the code it does seem to support Gradle 8.+
I've upgraded my project to use Gradle 8.5, and it seems there is no matching version for that. Using the
SetupBuilderVersion.gradle
to determine the version I'm getting8.0.+
but it seems that the latest released version is7.2.20
. Am I missing something here? Because from reading the code it does seem to support Gradle 8.+