Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #107 from novoda/gradle/correct-snapshot-repo
Browse files Browse the repository at this point in the history
Snapshot: Using correct repo
  • Loading branch information
mr-archano committed May 28, 2018
2 parents 24052a6 + 7339e93 commit 75de67e
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 @@ -52,7 +52,7 @@ apply plugin: 'com.novoda.bintray-release'

publish {
userOrg = 'novoda'
repoName = 'maven'
repoName = buildProperties.publish['bintrayRepo'].string
groupId = 'com.novoda'
artifactId = 'gradle-static-analysis-plugin'

Expand Down

0 comments on commit 75de67e

Please sign in to comment.