Skip to content

Commit 4e31af4

Browse files
GooolerCopilot
andauthored
Update lib-extra/build.gradle
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 36275af commit 4e31af4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib-extra/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ dependencies {
3434

3535
spotless {
3636
java {
37-
replaceRegex 'enforceSolsticeVersion', '"dev.equo.ide:solstice:(.*)"', """
38-
'${libs.solstice.get().toString()}'
39-
""".stripIndent()
37+
replaceRegex 'enforceSolsticeVersion', '"dev.equo.ide:solstice:(.*)"', "\"${libs.solstice.get().toString()}\""
4038
}
4139
}
4240

0 commit comments

Comments
 (0)