feat(client-java): accept gateway cert by default over TLS

This commit is contained in:
Joseph Doherty
2026-06-01 07:13:45 -04:00
parent 572b268d81
commit a276f46f81
5 changed files with 257 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ subprojects {
pluginManager.withPlugin('java') {
java {
toolchain {
languageVersion = JavaLanguageVersion.of(21)
languageVersion = JavaLanguageVersion.of(26)
}
}