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 cf9ebd1 commit 1b6f4bfCopy full SHA for 1b6f4bf
src/main/groovy/org/codehaus/mojo/spotbugs/SpotBugsGui.groovy
@@ -149,7 +149,7 @@ class SpotBugsGui extends AbstractMojo implements SpotBugsPluginsTrait {
149
150
log.info('File Encoding is ' + effectiveEncoding.name())
151
152
- sysproperty(key: "file.encoding" , value: effectiveEncoding.name())
+ sysproperty(key: 'file.encoding' , value: effectiveEncoding.name())
153
154
// spotbugs assumes that multiple arguments (because of options) means text mode, so need to request gui explicitly
155
jvmarg(value: '-Dfindbugs.launchUI=gui2')
0 commit comments