Abacn commented on code in PR #36339:
URL: https://github.com/apache/beam/pull/36339#discussion_r2395847494
##########
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:
This would the opposite decision and won't help reduce the container size.
We can defer the change. Just remove the extraneous `outputs.upToDateWhen {
false }` then LGTM
--
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]