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.
2 parents 60aa934 + f2b826d commit 62bb5d3Copy full SHA for 62bb5d3
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