Created
August 10, 2018 10:53
-
-
Save ochim/d8c16fb51e729939387addd22d0d4e7e to your computer and use it in GitHub Desktop.
[gradle]mavenで複数のurlを記載
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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