Remove spotbugs

This commit is contained in:
zontreck 2025-03-29 02:25:50 -07:00
parent 3b2712151a
commit 86c1f992d4
3 changed files with 0 additions and 18 deletions

View file

@ -1,7 +1,6 @@
import java.text.SimpleDateFormat import java.text.SimpleDateFormat
plugins { plugins {
id "com.github.spotbugs" version "6.1.7"
id 'com.gradleup.shadow' version '8.3.6' id 'com.gradleup.shadow' version '8.3.6'
id 'java' id 'java'
} }
@ -63,10 +62,7 @@ repositories {
dependencies { dependencies {
compileOnly 'io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT' compileOnly 'io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT'
compileOnly 'com.github.spotbugs:spotbugs-annotations:4.9.3'
implementation 'io.papermc:paperlib:1.0.8' implementation 'io.papermc:paperlib:1.0.8'
spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.13.0'
testCompileOnly 'com.github.spotbugs:spotbugs-annotations:4.9.3'
testImplementation 'io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT' testImplementation 'io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT'
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.1' testImplementation 'org.junit.jupiter:junit-jupiter:5.12.1'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.12.1' testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.12.1'

View file

@ -1,6 +0,0 @@
# This file was generated by the Gradle 'init' task.
# https://docs.gradle.org/current/userguide/build_environment.html#sec:gradle_configuration_properties
org.gradle.parallel=true
org.gradle.caching=true

View file

@ -1,9 +1 @@
/*
* This file was generated by the Gradle 'init' task.
*
* The settings file is used to specify which projects to include in your build.
* For more detailed information on multi-project builds, please refer to https://docs.gradle.org/8.13/userguide/multi_project_builds.html in the Gradle documentation.
* This project uses @Incubating APIs which are subject to change.
*/
rootProject.name = 'AriasServerEssentials' rootProject.name = 'AriasServerEssentials'