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 778d7da commit b4ee26dCopy full SHA for b4ee26d
1 file changed
pom.xml
@@ -53,5 +53,18 @@
53
</issueManagement>
54
<properties>
55
<check.fail-spotbugs>true</check.fail-spotbugs>
56
+ <!-- killbill-oss-parent still brings SpotBugs 4.7.2.1, whose ASM stack cannot parse
57
+ Java 21 class files. Keep this local override until the parent moves to a
58
+ Java-21-capable SpotBugs line. -->
59
+ <spotbugs-maven-plugin.version>4.9.8.3</spotbugs-maven-plugin.version>
60
</properties>
61
+ <build>
62
+ <plugins>
63
+ <plugin>
64
+ <groupId>com.github.spotbugs</groupId>
65
+ <artifactId>spotbugs-maven-plugin</artifactId>
66
+ <version>${spotbugs-maven-plugin.version}</version>
67
+ </plugin>
68
+ </plugins>
69
+ </build>
70
</project>
0 commit comments