mavenに複数のリポジトリを指定したいときの記述法がわからなかったのでそのメモ
答えはここにあり
cf: Multiple maven repositories in one gradle file Ask Question
repositories {
maven { url “http://maven.springframework.org/release” }
maven { url “https://maven.fabric.io/public” }
}
ということで、mave {url “http://~” } を複数記載すればよさそう。
こんにちは。virapture…
View Comments
Your point of view caught my eye and was very interesting. Thanks. I have a question for you.