mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-11-02 06:32:59 +00:00
Add a couple of errorprone plugins
- Check that common code does not reference client-only classes. - Check that @ForgeOverride really overrides a method in Forge projects.
This commit is contained in:
@@ -16,6 +16,12 @@ dependencies {
|
||||
implementation(libs.kotlin.stdlib)
|
||||
implementation(libs.errorProne.api)
|
||||
implementation(libs.nullAway)
|
||||
|
||||
testImplementation(libs.bundles.test)
|
||||
testImplementation(libs.errorProne.testHelpers)
|
||||
testImplementation(libs.forgeSpi)
|
||||
testCompileOnly(project(":core-api"))
|
||||
testRuntimeOnly(libs.bundles.testRuntime)
|
||||
}
|
||||
|
||||
tasks.test {
|
||||
|
||||
Reference in New Issue
Block a user