Skip to content

Commit

Permalink
Merge 0e18058 into 721d389
Browse files Browse the repository at this point in the history
  • Loading branch information
ob-stripe committed Feb 27, 2018
2 parents 721d389 + 0e18058 commit e92be05
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ dependencies {
testRuntime group: 'org.slf4j', name: 'slf4j-api', version: '1.7.10'
}

jar {
manifest {
attributes("Implementation-Title": POM_NAME,
"Implementation-Version": VERSION_NAME,
"Implementation-Vendor": VENDOR_NAME)
}
}

apply from: 'deploy.gradle'

test {
Expand Down
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ POM_NAME=stripe-java
POM_ARTIFACT_ID=stripe-java
POM_PACKAGING=jar
POM_ORGANIZATION_URL=https://stripe.com

VENDOR_NAME=Stripe, Inc. (https://stripe.com)

0 comments on commit e92be05

Please sign in to comment.