Skip to content

Commit

Permalink
Fixes #53 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
skku-daniilkim authored Sep 16, 2024
1 parent d1253cb commit e23d9fb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions javapoet/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
apply plugin: 'com.palantir.external-publish-jar'

jar{
manifest{
attributes 'Automatic-Module-Name': 'com.palantir.javapoet'
}
}

dependencies {
testImplementation 'com.google.code.findbugs:jsr305'
testImplementation 'com.google.guava:guava'
Expand Down

0 comments on commit e23d9fb

Please sign in to comment.