chamikaramj commented on code in PR #36339:
URL: https://github.com/apache/beam/pull/36339#discussion_r2399249972
##########
sdks/java/extensions/schemaio-expansion-service/build.gradle:
##########
@@ -76,3 +76,10 @@ task runExpansionService (type: JavaExec) {
classpath = sourceSets.test.runtimeClasspath
args = [project.findProperty("constructionService.port") ?: "8097"]
}
+
+shadowJar {
+ manifest {
+ attributes(["Multi-Release": true])
+ }
+ outputs.upToDateWhen { false }
Review Comment:
Yeah, I think it's good to go with the decision that reduces startup time
here and remove `schemaio-expansion-service` from the
`expansion-service-container` unless you see downsides with that (conflicts
etc.).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]