Skip to content

Commit f2b826d

Browse files
author
Oliver Brandt
committed
Fixes #29 Configuring updateGradleProperties has no effect.
1 parent be51524 commit f2b826d

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)