Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Gradle 6.3+ #30

Open
clemstoquart opened this issue Apr 6, 2020 · 4 comments
Open

Support Gradle 6.3+ #30

clemstoquart opened this issue Apr 6, 2020 · 4 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@clemstoquart
Copy link
Collaborator

The upcoming Spring Boot 2.3 release will only support Gradle 6.3 or later. IMO we should do the same.

What do you think ?

@clemstoquart clemstoquart added enhancement New feature or request question Further information is requested labels Apr 6, 2020
@celcius112
Copy link
Contributor

celcius112 commented Apr 6, 2020

They say they will also support version 5.6, but might drop support for 6.0, 6.1 and 6.2.

Also I don't think this plugin should be coupled with Spring Boot's version. Continuing to support 5.6+ seems reasonable to me since we do not seem do use any APIs present only in 6.x.

@saugereau
Copy link
Contributor

I think that we should wait the final decision, and if they also support version 5.6, but might drop support for 6.0, 6.1 and 6.2, we should do the same for this plugin.

@clemstoquart
Copy link
Collaborator Author

The primary goal is to reduce our maintenance cost. We won't test on Gradle 5.6 but it doesn't mean that it won't work.

@clemstoquart
Copy link
Collaborator Author

Spring boot will raise the minimum supported version of Gradle to 6.x in SB 2.5 spring-projects/spring-boot#24225

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants