-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed as not planned
Description
Steps to reproduce
- clone the repo: git clone https://github.com/junit-team/junit5/ -b r5.8.2 /myfolder
- cd myfolder
- ./gradlew :junit-jupiter:build -x test
- it throws :
- 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): gradle 7.5, java 17.0.8
- Build Tool/IDE: console
Deliverables
- ...