Skip to content

Commit

Permalink
Change MAVEN_METADATA_URL to jcenter
Browse files Browse the repository at this point in the history
  • Loading branch information
henteko committed Mar 17, 2017
1 parent aa6f240 commit f20f71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/deploygate/android/gradle_plugin_installer.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module DeployGate
module Android
class GradlePluginInstaller
MAVEN_METADATA_URL = 'https://repo1.maven.org/maven2/com/deploygate/gradle/maven-metadata.xml'
MAVEN_METADATA_URL = 'https://jcenter.bintray.com/com/deploygate/gradle/maven-metadata.xml'

def initialize
@cli = HighLine.new
Expand Down

0 comments on commit f20f71f

Please sign in to comment.