3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-09-29 06:30:16 +02:00

Drop SpotBugs for now

Dieser Commit ist enthalten in:
Andrew Steinborn 2021-12-10 21:40:30 -05:00
Ursprung b54dd757bb
Commit f3d0b75797

Datei anzeigen

@ -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'
}
}
}
}