We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c73966c commit 284ad40Copy full SHA for 284ad40
runtime/service/build.gradle.kts
@@ -30,10 +30,7 @@ dependencies {
30
implementation(project(":polaris-api-management-service"))
31
implementation(project(":polaris-api-iceberg-service"))
32
implementation(project(":polaris-api-catalog-service"))
33
- if (
34
- (project.findProperty("NonRESTCatalogs") as String?)
35
- ?.contains("HADOOP") == true
36
- ) {
+ if ((project.findProperty("NonRESTCatalogs") as String?)?.contains("HADOOP") == true) {
37
runtimeOnly(project(":polaris-extensions-federation-hadoop"))
38
}
39
0 commit comments