mirror of
https://gitee.com/dcren/initializr.git
synced 2025-11-24 16:43:20 +08:00
Merge pull request #1440 from KENNYSOFT
* pr/1440: Name Gradle 8 wrapper contributor bean consistently Closes gh-1440
This commit is contained in:
@@ -171,7 +171,7 @@ public class GradleProjectGenerationConfiguration {
|
||||
static class Gradle8ProjectGenerationConfiguration {
|
||||
|
||||
@Bean
|
||||
GradleWrapperContributor gradle7WrapperContributor() {
|
||||
GradleWrapperContributor gradle8WrapperContributor() {
|
||||
return new GradleWrapperContributor("8");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user