Skip to content

Commit 4b402de

Browse files
committed
convert GStrings to Strings
1 parent 9c4e649 commit 4b402de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/groovy/net/researchgate/release/ReleaseExtension.groovy

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ class ReleaseExtension {
3030

3131
boolean revertOnFail = true
3232

33-
String preCommitText = ""
33+
String preCommitText = ''
3434

35-
String preTagCommitMessage = "[Gradle Release Plugin] - pre tag commit: "
35+
String preTagCommitMessage = '[Gradle Release Plugin] - pre tag commit: '
3636

37-
String tagCommitMessage = "[Gradle Release Plugin] - creating tag: "
37+
String tagCommitMessage = '[Gradle Release Plugin] - creating tag: '
3838

39-
String newVersionCommitMessage = "[Gradle Release Plugin] - new version commit: "
39+
String newVersionCommitMessage = '[Gradle Release Plugin] - new version commit: '
4040

4141
/**
4242
* as of 3.0 set this to "$version" by default

0 commit comments

Comments
 (0)