From 86c1f992d4cdea37fb08712e8d3f7121854b50a9 Mon Sep 17 00:00:00 2001 From: zontreck Date: Sat, 29 Mar 2025 02:25:50 -0700 Subject: [PATCH] Remove spotbugs --- build.gradle | 4 ---- gradle.properties | 6 ------ settings.gradle | 8 -------- 3 files changed, 18 deletions(-) delete mode 100644 gradle.properties diff --git a/build.gradle b/build.gradle index 0400847..0a6aa42 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,6 @@ import java.text.SimpleDateFormat plugins { - id "com.github.spotbugs" version "6.1.7" id 'com.gradleup.shadow' version '8.3.6' id 'java' } @@ -63,10 +62,7 @@ repositories { dependencies { 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' - 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 'org.junit.jupiter:junit-jupiter:5.12.1' testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.12.1' diff --git a/gradle.properties b/gradle.properties deleted file mode 100644 index 18f452c..0000000 --- a/gradle.properties +++ /dev/null @@ -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 - diff --git a/settings.gradle b/settings.gradle index 1596fd4..49559db 100644 --- a/settings.gradle +++ b/settings.gradle @@ -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'