Skip to content

Commit 1b6f4bf

Browse files
committed
[ci] Gstring to string
1 parent cf9ebd1 commit 1b6f4bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/groovy/org/codehaus/mojo/spotbugs/SpotBugsGui.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ class SpotBugsGui extends AbstractMojo implements SpotBugsPluginsTrait {
149149

150150
log.info('File Encoding is ' + effectiveEncoding.name())
151151

152-
sysproperty(key: "file.encoding" , value: effectiveEncoding.name())
152+
sysproperty(key: 'file.encoding' , value: effectiveEncoding.name())
153153

154154
// spotbugs assumes that multiple arguments (because of options) means text mode, so need to request gui explicitly
155155
jvmarg(value: '-Dfindbugs.launchUI=gui2')

0 commit comments

Comments
 (0)