Fixes properties update for Gradle
This commit is contained in:
@@ -124,8 +124,8 @@ class ReleaserConfiguration {
|
||||
|
||||
@Bean
|
||||
@ConditionalOnMissingBean
|
||||
GradleUpdater gradleUpdater(ReleaserProperties properties) {
|
||||
return new GradleUpdater(properties);
|
||||
GradleUpdater gradleUpdater() {
|
||||
return new GradleUpdater();
|
||||
}
|
||||
|
||||
@Bean
|
||||
|
||||
Reference in New Issue
Block a user