We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a2a250 commit 1b0d147Copy full SHA for 1b0d147
sdks/java/testing/expansion-service/build.gradle
@@ -49,7 +49,8 @@ task buildTestExpansionServiceJar(type: ShadowJar) {
49
mergeServiceFiles()
50
manifest {
51
attributes(
52
- 'Main-Class': 'org.apache.beam.sdk.expansion.service.ExpansionService'
+ 'Main-Class': 'org.apache.beam.sdk.expansion.service.ExpansionService',
53
+ "Multi-Release": true
54
)
55
}
56
exclude "META-INF/INDEX.LIST"
0 commit comments