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

Revert "update all connectors for new CDK version and more stringent javac checks"

This reverts commit 18ad87bbd1.
This commit is contained in:
Stephane Geneix
2023-11-02 15:42:28 -07:00
parent 18ad87bbd1
commit 9c6ed93a9d
71 changed files with 21 additions and 507 deletions

View File

@@ -26,11 +26,3 @@ dependencies {
integrationTestJavaImplementation libs.testcontainers.postgresql
}
//This is only needed because we're using some pre 0.3 version of the CDK
java {
compileJava {
options.compilerArgs.remove("-Werror")
}
}