Skip to content

Commit

Permalink
Merge pull request #346 from Stickerifier/automatic-module-name
Browse files Browse the repository at this point in the history
Added Manifest attribute to enable usage inside Java 9 modules
  • Loading branch information
pengrad authored Jan 13, 2024
2 parents 304d023 + 56b1213 commit 49fc60f
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 49fc60f

Please sign in to comment.