-4
我在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