Skip to content

Instantly share code, notes, and snippets.

@ochim
Created August 10, 2018 10:53
Show Gist options
  • Select an option

  • Save ochim/d8c16fb51e729939387addd22d0d4e7e to your computer and use it in GitHub Desktop.

Select an option

Save ochim/d8c16fb51e729939387addd22d0d4e7e to your computer and use it in GitHub Desktop.
[gradle]mavenで複数のurlを記載
repositories {
maven { url “http://maven.springframework.org/release” }
maven { url “https://maven.fabric.io/public” }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment