I am currently having problems building my karate project with gradle. In the console I get this error: “Could not download junit-jupiter-engine-5.9.1.jar (org.junit.jupiter:junit-jupiter-engine:5.9.1): Skipped due to earlier error”, this error came up when I cloned the repository again, before it worked fine and the only change is the java version.
A part of the build.gradle below:
`repositories {
mavenCentral()
}
dependencies {
implementation group: ‘net.masterthought’, name: ‘cucumber-reporting’, version: 1.4.0
testImplementation “com.intuit.karate:karate-junit5:1.4.0”
}`
Yesica Martin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.