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
Resource missing. [HTTP GET: https://repo.maven.apache.org/maven2/org/ajoberstar/grgit/grgit-core/4.0.1/grgit-core-4.0.1.pom]
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'junit5'.
> Could not resolve all artifacts for configuration ':classpath'.
> Could not find org.ajoberstar.grgit:grgit-core:4.0.1.
Searched in the following locations:
- https://plugins.gradle.org/m2/org/ajoberstar/grgit/grgit-core/4.0.1/grgit-core-4.0.1.pom
If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
Required by:
project : > net.nemerosa.versioning:net.nemerosa.versioning.gradle.plugin:2.14.0 > gradle.plugin.net.nemerosa:versioning:2.14.0
Context
Used versions (Jupiter/Vintage/Platform): org.junit.jupiter:junit-jupiter:5.7.1 and org.junit.jupiter:junit-jupiter:5.7.2
Build command: ./gradlew jar
The text was updated successfully, but these errors were encountered:
This looks to be caused by JCenter shutting down. The Gradle Plugin Portal used to redirect to JCenter when an artifact such as grgit-core wasn't deployed directly Maven Central. But since July it now redirects to Maven Central. The build now fails because org.ajoberstar.grgit:grgit-core:4.1.1 isn't available from there. A fix would be to update the net.nemerosa.versioning plugin to 3.0.0 or later. However, since there are no plans to do another 5.7.x release, we're not maintaining the releases/5.7.x branch any more.
Failure Log
Context
The text was updated successfully, but these errors were encountered: