Manage version for Checker annotations internally
See gh-47263
This commit is contained in:
parent
1d4b9d372f
commit
0753e7dbf2
|
@ -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…
Reference in New Issue