feat: Setup project structure for 1.18

This commit is contained in:
NotMyFault
2021-11-30 00:16:19 +01:00
parent 0b45248b8c
commit 38130f701c
7 changed files with 44 additions and 13 deletions

View File

@ -52,6 +52,7 @@ fun Project.applyLibrariesConfiguration() {
dependencies {
exclude(dependency("com.google.guava:guava"))
exclude(dependency("com.google.code.gson:gson"))
exclude(dependency("com.google.errorprone:error_prone_annotations"))
exclude(dependency("org.checkerframework:checker-qual"))
exclude(dependency("org.apache.logging.log4j:log4j-api"))
exclude(dependency("com.google.code.findbugs:jsr305"))