Skip to content

Commit 1b0d147

Browse files
authored
Add multi-release to testing expansion service (#33719)
1 parent 5a2a250 commit 1b0d147

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sdks/java/testing/expansion-service/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ task buildTestExpansionServiceJar(type: ShadowJar) {
4949
mergeServiceFiles()
5050
manifest {
5151
attributes(
52-
'Main-Class': 'org.apache.beam.sdk.expansion.service.ExpansionService'
52+
'Main-Class': 'org.apache.beam.sdk.expansion.service.ExpansionService',
53+
"Multi-Release": true
5354
)
5455
}
5556
exclude "META-INF/INDEX.LIST"

0 commit comments

Comments
 (0)