我正在尝试将项目https://archive.apache.org/dist/groovy/2.5.8/sources/apache-groovy-src-2.5.8.zip的Gradle版本从4.10.3升级到6.8,为此我以https://gist.github.com/iva-nova-e-katerina/c2fe31c429d19ecf2e08e53f638de451的方式修改了build.gradle,但是构建这个项目时有以下错误:
└─$ ./gradlew -PskipIndy clean distBin 1 ⨯
Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'groovy'.
> Could not resolve all artifacts for configuration ':classpath'.
> Could not resolve me.champeau.gradle:gradle-javadoc-hotfix-plugin:0.1.
Required by:
project :
> Could not resolve me.champeau.gradle:gradle-javadoc-hotfix-plugin:0.1.
> Could not get resource 'https://dl.bintray.com/melix/gradle-javadoc-hotfix-plugin/me/champeau/gradle/gradle-javadoc-hotfix-plugin/0.1/gradle-javadoc-hotfix-plugin-0.1.pom'.
> Could not GET 'https://dl.bintray.com/melix/gradle-javadoc-hotfix-plugin/me/champeau/gradle/gradle-javadoc-hotfix-plugin/0.1/gradle-javadoc-hotfix-plugin-0.1.pom'. Received status code 403 from server: Forbidden
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 3s你能告诉我怎么解决吗?
发布于 2021-09-28 23:04:10
在存储库中找到的这个插件
maven `{ url "https://repo.spring.io/plugins-release" } 看这里,https://gitee.com/mirrors/spring-social/blob/master/build.gradle`
https://stackoverflow.com/questions/69339485
复制相似问题