1
0
mirror of synced 2025-12-19 18:14:56 -05:00

[CI] adding more java source connectors to whitelist which contains connectors to be published using the new gradle build flow (#62934)

This commit is contained in:
Yue Li
2025-07-15 15:40:12 -07:00
committed by GitHub
parent bc567509a9
commit ccf907c72a

View File

@@ -74,7 +74,29 @@ is_in_whitelist() {
destination-yellowbrick|\
source-e2e-test|\
source-postgres|\
source-mysql)
source-mysql|\
source-mssql|\
source-mongodb|\
source-db2-enterprise|\
source-sap-hana|\
source-netsuite|\
source-oracle-enterprise|\
source-bigquery|\
source-clickhouse|\
source-clickhouse-strict-encrypt|\
source-cockroachdb|\
source-db2|\
source-dynamodb|\
source-e2e-test-cloud|\
source-elasticsearch|\
source-kafka|\
source-oracle|\
source-oracle-strict-encrypt|\
source-scaffold-java-jdbc|\
source-sftp|\
source-snowflake|\
source-teradata|\
source-tidb)
return 0
;;
*)