Remove MySQL module that is no longer published

Closes gh-34021
This commit is contained in:
Andy Wilkinson 2023-01-31 10:18:03 +00:00
parent 48bc12da12
commit fd1b596937

View File

@ -1003,13 +1003,6 @@ bom {
}
]
}
group("mysql") {
modules = [
"mysql-connector-java" {
exclude group: "com.google.protobuf", module: "protobuf-java"
}
]
}
}
library("Native Build Tools Plugin", "${nativeBuildToolsVersion}") {
group("org.graalvm.buildtools") {