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 45da08f commit 172e1d4Copy full SHA for 172e1d4
build.gradle.kts
@@ -543,7 +543,7 @@ fun replaceVersionInPluginUtil(ver: String) {
543
ant.withGroovyBuilder {
544
"replaceregexp"(
545
"match" to """(const val PLUGIN_VERSION = ")(\d+\.\d+\.\d+)((?:-\S+)*)""",
546
- "replace" to "\\1$ver",
+ "replace" to "\\1$ver\"",
547
"encoding" to encoding,
548
"flags" to "g",
549
) {
0 commit comments