Slackbot
06/23/2022, 5:47 AMAnze Sodja
06/23/2022, 8:24 AMCould not resolve all files for configuration ':testCompileClasspath'.
> Could not find io.cucumber:cucumberjava:7.2.0.
that means that library io.cucumber:cucumberjava:7.2.0 was not found. You should probably add
repositories {
mavenCentral()
}
to your build script.Aman
06/27/2022, 3:14 AMAman
06/27/2022, 3:14 AM