Name Gradle 8 wrapper contributor bean consistently

See gh-1440
This commit is contained in:
Hyeonmin Park
2023-07-12 12:34:13 +09:00
committed by Stephane Nicoll
parent 0f06fa545c
commit 299b5c55e2

View File

@@ -171,7 +171,7 @@ public class GradleProjectGenerationConfiguration {
static class Gradle8ProjectGenerationConfiguration { static class Gradle8ProjectGenerationConfiguration {
@Bean @Bean
GradleWrapperContributor gradle7WrapperContributor() { GradleWrapperContributor gradle8WrapperContributor() {
return new GradleWrapperContributor("8"); return new GradleWrapperContributor("8");
} }