mirror of
https://gitee.com/dcren/initializr.git
synced 2025-04-05 17:38:06 +08:00
Name Gradle 8 wrapper contributor bean consistently
See gh-1440
This commit is contained in:
parent
0f06fa545c
commit
299b5c55e2
@ -171,7 +171,7 @@ public class GradleProjectGenerationConfiguration {
|
||||
static class Gradle8ProjectGenerationConfiguration {
|
||||
|
||||
@Bean
|
||||
GradleWrapperContributor gradle7WrapperContributor() {
|
||||
GradleWrapperContributor gradle8WrapperContributor() {
|
||||
return new GradleWrapperContributor("8");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user