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


##########
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:
   @chamikaramj, WDYT? 
   
   Maybe we can remove the schemaio from gcp-io-expansion service. 



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