mirror of
https://github.com/apache/poi.git
synced 2026-02-27 12:30:08 +08:00
Describe where to get the latest spotbugs
This commit is contained in:
parent
0ae15edb2c
commit
513a805c25
@ -34,7 +34,14 @@ plugins {
|
|||||||
id 'com.dorongold.task-tree' version '4.0.1'
|
id 'com.dorongold.task-tree' version '4.0.1'
|
||||||
id 'org.nosphere.apache.rat' version '0.8.1'
|
id 'org.nosphere.apache.rat' version '0.8.1'
|
||||||
id 'distribution'
|
id 'distribution'
|
||||||
id 'com.github.spotbugs' version '6.4.8' // 6.2.0+ requires JDK 11
|
|
||||||
|
// 6.2.0+ requires JDK 11
|
||||||
|
// this is the version of the Gradle plugin, it usually includes a
|
||||||
|
// different version of spotbugs itself
|
||||||
|
// Latest spotbugs: https://github.com/spotbugs/spotbugs
|
||||||
|
// Latest gradle plugin: https://plugins.gradle.org/plugin/com.github.spotbugs
|
||||||
|
id 'com.github.spotbugs' version '6.4.8'
|
||||||
|
|
||||||
id 'de.thetaphi.forbiddenapis' version '3.10'
|
id 'de.thetaphi.forbiddenapis' version '3.10'
|
||||||
id 'org.sonarqube' version '7.2.2.6593'
|
id 'org.sonarqube' version '7.2.2.6593'
|
||||||
id 'org.cyclonedx.bom' version '2.4.1'
|
id 'org.cyclonedx.bom' version '2.4.1'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user