Merge pull request #1440 from KENNYSOFT

* pr/1440:
  Name Gradle 8 wrapper contributor bean consistently

Closes gh-1440
This commit is contained in:
Stephane Nicoll 2023-07-12 11:23:33 +02:00
commit 68ca360125

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");
} }