Drop SpotBugs for now

This commit is contained in:
Andrew Steinborn 2021-12-10 21:40:30 -05:00
parent b54dd757bb
commit f3d0b75797

View File

@ -1,13 +1,10 @@
plugins {
id 'java'
id 'com.github.johnrengelman.shadow' version '7.1.0' apply false
id "com.github.spotbugs" version "5.0.2" apply false
id 'org.cadixdev.licenser' version '0.6.1' apply false
}
allprojects {
apply plugin: "com.github.spotbugs"
group 'com.velocitypowered'
version '3.1.1'
@ -59,14 +56,4 @@ allprojects {
junitXml.enabled = true
}
}
tasks.withType(com.github.spotbugs.snom.SpotBugsTask) {
reports {
html {
enabled = true
destination = file("$buildDir/reports/spotbugs/main/spotbugs.html")
stylesheet = 'fancy-hist.xsl'
}
}
}
}