Skip to content

Commit

Permalink
Remove duplicate bintray config
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoberstar committed Oct 6, 2018
1 parent bc8c8e6 commit b0e47c8
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,6 @@ stutter {
}
}

publishing {
repositories {
maven {
name = 'bintray'
url = 'https://api.bintray.com/maven/ajoberstar/maven/gradle-git-publish/;publish=1'
credentials {
username = System.env['BINTRAY_USER']
password = System.env['BINTRAY_KEY']
}
}
}
}

pluginBundle {
website = 'https://github.com/ajoberstar/gradle-git-publish'
vcsUrl = 'https://github.com/ajoberstar/gradle-git-publish.git'
Expand Down

0 comments on commit b0e47c8

Please sign in to comment.