Skip to content

Commit

Permalink
Merge pull request #470 from hazendaz/spotbugs
Browse files Browse the repository at this point in the history
Clear a few more spot bugs detected issues
  • Loading branch information
hazendaz committed Jul 24, 2022
2 parents a0fa0f9 + 2737f05 commit 6b848fd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
3 changes: 0 additions & 3 deletions TODO.md

This file was deleted.

3 changes: 3 additions & 0 deletions pom.xml
Expand Up @@ -223,6 +223,9 @@
<io.version>2.11.0</io.version>
<lang2.version>2.6</lang2.version>
<lang3.version>3.12.0</lang3.version>

<!-- Automatic Module Name -->
<module.name>com.github.spotbugs.maven</module.name>
</properties>

<dependencyManagement>
Expand Down
Expand Up @@ -1182,7 +1182,7 @@ class SpotBugsMojo extends AbstractMavenReport implements SpotBugsPluginsTrait {
}

if (debug || trace) {
sysproperty(key: "findbugs.debug", value: true)
sysproperty(key: "findbugs.debug", value: Boolean.TRUE)
}

classpath() {
Expand Down
4 changes: 2 additions & 2 deletions src/site/site.xml
@@ -1,4 +1,4 @@

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/DECORATION/1.8.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 https://maven.apache.org/xsd/decoration-1.8.0.xsd"
name="SpotBugs Maven Plugin">
Expand All @@ -10,7 +10,7 @@
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.10.0</version>
<version>1.11.1</version>
</skin>

<custom>
Expand Down

0 comments on commit 6b848fd

Please sign in to comment.