Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

Commit

Permalink
Fix the vscUrl for bintray publishing. (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-meacham authored and zoubeiri committed May 24, 2016
1 parent f309b06 commit 22213c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ bintray {
name = 'dropwizard-version-info'
userOrg = 'palantir'
licenses = ['Apache-2.0']
vcsUrl = 'https://github.com/palantir/dropwizard-web-logger.git'
vcsUrl = 'https://github.com/palantir/dropwizard-version-info.git'
publications = ['bintray']
}
}
Expand Down

0 comments on commit 22213c9

Please sign in to comment.