i-net-software / SetupBuilder

Gradle plugin for building setups for different platforms.
Other
87 stars 21 forks source link

Support for Gradle 8.+ - missing plugin version #125

Closed tomerarazy closed 11 months ago

tomerarazy commented 11 months ago

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.+

Horcrux7 commented 11 months ago

A version 8.4.21 is deployed and should be compatible with Gradle >= 8.4.

tomerarazy commented 10 months ago

Thanks for the quick response and solution @Horcrux7