Skip to content

Commit

Permalink
Merge pull request #168 from DeployGate/work/change_maven_metadata_url
Browse files Browse the repository at this point in the history
Fixed #167
  • Loading branch information
henteko authored Mar 17, 2017
2 parents aa6f240 + f20f71f commit 8a4d7f0
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 8a4d7f0

Please sign in to comment.