From 1b6f4bf162e0962a7399e138f7323435e2aefe6b Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Mon, 11 Nov 2024 16:15:37 -0500 Subject: [PATCH] [ci] Gstring to string --- src/main/groovy/org/codehaus/mojo/spotbugs/SpotBugsGui.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/groovy/org/codehaus/mojo/spotbugs/SpotBugsGui.groovy b/src/main/groovy/org/codehaus/mojo/spotbugs/SpotBugsGui.groovy index 5cdeb09a..87e70fe1 100644 --- a/src/main/groovy/org/codehaus/mojo/spotbugs/SpotBugsGui.groovy +++ b/src/main/groovy/org/codehaus/mojo/spotbugs/SpotBugsGui.groovy @@ -149,7 +149,7 @@ class SpotBugsGui extends AbstractMojo implements SpotBugsPluginsTrait { log.info('File Encoding is ' + effectiveEncoding.name()) - sysproperty(key: "file.encoding" , value: effectiveEncoding.name()) + sysproperty(key: 'file.encoding' , value: effectiveEncoding.name()) // spotbugs assumes that multiple arguments (because of options) means text mode, so need to request gui explicitly jvmarg(value: '-Dfindbugs.launchUI=gui2')