Skip to content

Commit

Permalink
chore(deps): remove checker-qual dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kezz committed May 29, 2021
1 parent f71e8e2 commit 5b9570c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion api/build.gradle
Expand Up @@ -6,7 +6,6 @@ dependencies {
api(project(":adventure-key"))
api("net.kyori:examination-api:1.1.0")
api("net.kyori:examination-string:1.1.0")
compileOnlyApi("org.checkerframework:checker-qual:3.13.0")
compileOnlyApi("org.jetbrains:annotations:21.0.1")
testImplementation("com.google.guava:guava:23.0")
}
Expand Down
1 change: 0 additions & 1 deletion key/build.gradle
Expand Up @@ -5,7 +5,6 @@ configurations.testCompileOnly {
dependencies {
api("net.kyori:examination-api:1.1.0")
api("net.kyori:examination-string:1.1.0")
compileOnlyApi("org.checkerframework:checker-qual:3.13.0")
compileOnlyApi("org.jetbrains:annotations:21.0.1")
testImplementation("com.google.guava:guava:23.0")
}
Expand Down
1 change: 0 additions & 1 deletion nbt/build.gradle
@@ -1,7 +1,6 @@
dependencies {
api("net.kyori:examination-api:1.1.0")
api("net.kyori:examination-string:1.1.0")
compileOnlyApi("org.checkerframework:checker-qual:3.13.0")
compileOnlyApi("org.jetbrains:annotations:21.0.1")
}

Expand Down

0 comments on commit 5b9570c

Please sign in to comment.