diff --git a/build.gradle.kts b/build.gradle.kts index 840d6ddc5b0..9b75fac9e5b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -701,7 +701,8 @@ tasks { dependsOn( ":catalogs:catalog-hive:copyLibAndConfig", ":catalogs:catalog-lakehouse-iceberg:copyLibAndConfig", - ":catalogs:catalog-jdbc-doris:copyLibAndConfig", + // TODO. Enable packaging the catalog-jdbc-doris module when it is ready for shipping + // ":catalogs:catalog-jdbc-doris:copyLibAndConfig", ":catalogs:catalog-jdbc-mysql:copyLibAndConfig", ":catalogs:catalog-jdbc-postgresql:copyLibAndConfig", ":catalogs:catalog-hadoop:copyLibAndConfig",