Skip to content

Commit

Permalink
[ci] Gstring to string
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Nov 11, 2024
1 parent cf9ebd1 commit 1b6f4bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 1b6f4bf

Please sign in to comment.