【发布时间】:2018-11-20 19:30:48
【问题描述】:
我检查了文档: https://spekframework.org/migration/#maven-coordinates
我想试用2.x.x版本,所以我添加了build.gradle:
testImplementation ("org.spekframework.spek2:spek-dsl-jvm:2.0.0")
testRuntimeOnly ('org.spekframework.spek2:spek-runner-junit5')
但 Gradle 无法在 Maven Central 中找到该 2.x.x 库: https://search.maven.org/search?q=spek-dsl-jvm
我该怎么办?有专门的repo吗?
【问题讨论】: