Skip to content

Commit

Permalink
Include checker as componly
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Castle <[email protected]>
  • Loading branch information
Kas-tle committed Apr 7, 2024
1 parent 3b79121 commit b03629b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ dependencies {
compileOnly(libs.lombok)
annotationProcessor(libs.lombok)
compileOnly(libs.jsr305)
compileOnly(libs.checker.qual)
implementation(libs.bedrock.codec)
implementation(libs.bedrock.common)
implementation(libs.bedrock.connection)
Expand Down
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jline-reader = { group = "org.jline", name = "jline-reader", version = "3.24.1"
jsr305 = { group = "com.google.code.findbugs", name = "jsr305", version = "3.0.2" }
minecraftauth = { group = "net.raphimc", name = "MinecraftAuth", version = "2.1.6" }
lombok = { group = "org.projectlombok", name = "lombok", version = "1.18.30" }
checker-qual = { group = "org.checkerframework", name = "checker-qual", version = "3.37.0" }

[plugins]
shadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" }

0 comments on commit b03629b

Please sign in to comment.