Skip to content

Commit

Permalink
Added Manifest attribute to enable usage inside Java 9 modules
Browse files Browse the repository at this point in the history
  • Loading branch information
MartelliEnrico committed Oct 21, 2023
1 parent 5a17652 commit 56b1213
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ dependencies {
testCompile 'org.reflections:reflections:0.9.12'
}

jar {
manifest {
attributes "Automatic-Module-Name": "telegram.bot.api"
}
}

jacoco {
toolVersion = "0.8.5"
}
Expand Down

0 comments on commit 56b1213

Please sign in to comment.