Skip to content

Commit

Permalink
Merge pull request #49 from kashike/fix/multi-release
Browse files Browse the repository at this point in the history
fix(build): add Multi-Release attribute to manifest of jars
  • Loading branch information
amaembo authored May 25, 2021
2 parents 79ec9c8 + 65e200e commit 8baea89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ configure([project(':java5'), project(':java8')]) {
include("module-info.class")
})
})
manifest.attributes("Multi-Release": true)
duplicatesStrategy = DuplicatesStrategy.FAIL
}

Expand Down

0 comments on commit 8baea89

Please sign in to comment.