We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be51524 commit f2b826dCopy full SHA for f2b826d
src/main/java/me/qoomon/gradle/gitversioning/GitVersioningPluginConfig.java
@@ -48,7 +48,7 @@ public static class VersionDescription {
48
public String pattern;
49
public String versionFormat;
50
public List<PropertyDescription> properties = new ArrayList<>();
51
- public Boolean updateGradleProperties = false;
+ public Boolean updateGradleProperties;
52
53
public void property(PropertyDescription propertyDescription) {
54
this.properties.add(propertyDescription);
0 commit comments