Abacn commented on code in PR #36339:
URL: https://github.com/apache/beam/pull/36339#discussion_r2395713220


##########
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:
   `outputs.upToDateWhen { false }` was a workaround on unstable remote gradle 
cache and should be removed after gradle cache refreshed.
   
   btw since gcp-io-expansion-service includes schemaio-expansion-service, 
should we remove schemaio-expansion-service from expansion-service-container? 
This decreases the size of the container image which affects managed IO startup 
time



-- 
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]

Reply via email to