1
0
mirror of synced 2025-12-25 02:09:19 -05:00

Stephane/enable javac errors 1 (#32467)

This commit is contained in:
Stephane Geneix
2023-11-13 16:07:58 -08:00
committed by GitHub
parent 6afac8310c
commit c642d81b84
69 changed files with 501 additions and 0 deletions

View File

@@ -9,6 +9,13 @@ airbyteJavaConnector {
useLocalCdk = false
}
//remove once upgrading the CDK version to 0.4.x or later
java {
compileJava {
options.compilerArgs.remove("-Werror")
}
}
airbyteJavaConnector.addCdkDependencies()
application {