Browse Source

Manage version for Checker annotations internally

See gh-47263
pull/47415/head
Moritz Halbritter 3 months ago
parent
commit
0753e7dbf2
  1. 7
      platform/spring-boot-internal-dependencies/build.gradle

7
platform/spring-boot-internal-dependencies/build.gradle

@ -48,6 +48,13 @@ bom { @@ -48,6 +48,13 @@ bom {
]
}
}
library("Checker Annotations", "3.51.0") {
group("org.checkerframework") {
modules = [
"checker-qual"
]
}
}
library("ClickHouse", "0.9.0") {
group("com.clickhouse") {
modules = [

Loading…
Cancel
Save