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.
2 parents 6be8fa5 + d92f349 commit cd9a61dCopy full SHA for cd9a61d
pom.xml
@@ -16,6 +16,7 @@
16
<java.level>8</java.level>
17
<jenkins-test-harness.version>2.13</jenkins-test-harness.version>
18
<java.level.test>8</java.level.test>
19
+ <findbugs.failOnError>false</findbugs.failOnError>
20
</properties>
21
22
<name>Jenkins Gogs plugin</name>
@@ -239,6 +240,18 @@
239
240
</profile>
241
</profiles>
242
243
+ <build>
244
+ <pluginManagement>
245
+ <plugins>
246
+ <plugin>
247
+ <groupId>org.codehaus.mojo</groupId>
248
+ <artifactId>findbugs-maven-plugin</artifactId>
249
+ <version>3.0.5</version>
250
+ </plugin>
251
+ </plugins>
252
+ </pluginManagement>
253
+ </build>
254
+
255
<!-- get every artifact through repo.jenkins-ci.org, which proxies all the artifacts that we need -->
256
<repositories>
257
<repository>
0 commit comments