Skip to content

Commit 62bb5d3

Browse files
authored
Merge pull request #30 from oliverbrandt/fix-updateGradleProperties
Fixes #29 Configuring updateGradleProperties has no effect.
2 parents 60aa934 + f2b826d commit 62bb5d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/me/qoomon/gradle/gitversioning/GitVersioningPluginConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public static class VersionDescription {
4848
public String pattern;
4949
public String versionFormat;
5050
public List<PropertyDescription> properties = new ArrayList<>();
51-
public Boolean updateGradleProperties = false;
51+
public Boolean updateGradleProperties;
5252

5353
public void property(PropertyDescription propertyDescription) {
5454
this.properties.add(propertyDescription);

0 commit comments

Comments
 (0)