-4
I build.gradle
で次のセクションがあります。https://plugins.gradle.org/m2/に何が起こりましたか?
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "com.github.jengelman.gradle.plugins:shadow:1.2.3"
classpath 'org.ajoberstar:gradle-git:1.5.1'
}
}
残念ながらhttps://plugins.gradle.org/m2/リターン404
がアウトオブサービスまたは設計の動作によって、この一時的ですか?
この意味は?彼らはリポジトリなしでどのように解決できますか? – Dims
例:https://plugins.gradle.org/m2/org/ajoberstar/gradle-git/1.5.1 https://jcenter.bintray.com/org/ajoberstar/gradle-git/1.5.1にリダイレクトします。 / – rorschach