Skip to content

Commit 8baea89

Browse files
authored
Merge pull request #49 from kashike/fix/multi-release
fix(build): add Multi-Release attribute to manifest of jars
2 parents 79ec9c8 + 65e200e commit 8baea89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ configure([project(':java5'), project(':java8')]) {
7777
include("module-info.class")
7878
})
7979
})
80+
manifest.attributes("Multi-Release": true)
8081
duplicatesStrategy = DuplicatesStrategy.FAIL
8182
}
8283

0 commit comments

Comments
 (0)