Skip to content
New issue

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

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

Already on GitHub? # to your account

Raise the minimum supported version of Gradle to 7.5 #31215

Closed
wilkinsona opened this issue May 31, 2022 · 2 comments
Closed

Raise the minimum supported version of Gradle to 7.5 #31215

wilkinsona opened this issue May 31, 2022 · 2 comments
Labels
type: enhancement A general enhancement
Milestone

Comments

@wilkinsona
Copy link
Member

wilkinsona commented May 31, 2022

This is blocked until 7.5 has been released.

@wilkinsona wilkinsona added the type: enhancement A general enhancement label May 31, 2022
@wilkinsona wilkinsona added this to the 3.0.x milestone May 31, 2022
@wilkinsona wilkinsona added the status: blocked An issue that's blocked on an external project change label May 31, 2022
@wilkinsona wilkinsona removed the status: blocked An issue that's blocked on an external project change label Jul 14, 2022
@wilkinsona wilkinsona modified the milestones: 3.0.x, 3.0.0-M4 Jul 14, 2022
@mhalbritter
Copy link
Contributor

I think we missed to adapt org.springframework.boot.gradle.plugin.SpringBootPlugin#verifyGradleVersion. It still reads:

	private void verifyGradleVersion() {
		GradleVersion currentVersion = GradleVersion.current();
		if (currentVersion.compareTo(GradleVersion.version("7.4")) < 0) {
			throw new GradleException("Spring Boot plugin requires Gradle 7.x (7.4 or later). "
					+ "The current version is " + currentVersion);
		}
	}

@wilkinsona
Copy link
Member Author

Good catch. We should fix that. Can you please open an issue for it?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants