You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
➜ gradle-bug ./gradlew tasks
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'gradle-bug'.
> Could not resolve all files for configuration ':classpath'.
> Could not resolve org.eclipse.jgit:org.eclipse.jgit:[4.8.0.201706111038-r,).
Required by:
project : > org.ajoberstar:grgit:2.0.1
> Could not resolve org.eclipse.jgit:org.eclipse.jgit:5.0.0.201806131550-r.
> Could not parse POM https://jcenter.bintray.com/org/eclipse/jgit/org.eclipse.jgit/5.0.0.201806131550-r/org.eclipse.jgit-5.0.0.201806131550-r.pom
> Could not find org.eclipse.jgit:org.eclipse.jgit-parent:5.0.0.201806131550-r.
Searched in the following locations:
https://jcenter.bintray.com/org/eclipse/jgit/org.eclipse.jgit-parent/5.0.0.201806131550-r/org.eclipse.jgit-parent-5.0.0.201806131550-r.pom
https://jcenter.bintray.com/org/eclipse/jgit/org.eclipse.jgit-parent/5.0.0.201806131550-r/org.eclipse.jgit-parent-5.0.0.201806131550-r.jar
> Could not resolve org.eclipse.jgit:org.eclipse.jgit.ui:[4.8.0.201706111038-r,).
Required by:
project : > org.ajoberstar:grgit:2.0.1
> Could not resolve org.eclipse.jgit:org.eclipse.jgit.ui:5.0.0.201806131550-r.
> Could not parse POM https://jcenter.bintray.com/org/eclipse/jgit/org.eclipse.jgit.ui/5.0.0.201806131550-r/org.eclipse.jgit.ui-5.0.0.201806131550-r.pom
> Could not find org.eclipse.jgit:org.eclipse.jgit-parent:5.0.0.201806131550-r.
* 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
Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
See https://docs.gradle.org/4.5.1/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 1s
With this build.gralde:
I get this error:
Trying the
jgit-parent
pom url:This was working until just a few days ago. Any idea what happened?
The text was updated successfully, but these errors were encountered: