Skip to content

Commit

Permalink
Remove manifest attrs
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Aug 20, 2021
1 parent 0f94869 commit 3eb768f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions moshi/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ tasks.named<Jar>("jar") {
from(java16.output) {
duplicatesStrategy = DuplicatesStrategy.INCLUDE
}
manifest {
// Indicate that this is a multi release jar
attributes("Multi-Release" to "true")
}
}

configurations {
Expand Down

0 comments on commit 3eb768f

Please sign in to comment.