Skip to content

Commit

Permalink
Add multi-release to testing expansion service (#33719)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abacn authored Jan 22, 2025
1 parent 5a2a250 commit 1b0d147
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdks/java/testing/expansion-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ task buildTestExpansionServiceJar(type: ShadowJar) {
mergeServiceFiles()
manifest {
attributes(
'Main-Class': 'org.apache.beam.sdk.expansion.service.ExpansionService'
'Main-Class': 'org.apache.beam.sdk.expansion.service.ExpansionService',
"Multi-Release": true
)
}
exclude "META-INF/INDEX.LIST"
Expand Down

0 comments on commit 1b0d147

Please sign in to comment.