Fixed tests
This commit is contained in:
@@ -115,6 +115,10 @@ allprojects {
|
||||
exclude(group = "com.github.cryptomorin", module = "XSeries")
|
||||
}
|
||||
|
||||
configurations.testImplementation {
|
||||
setExtendsFrom(listOf(configurations.compileOnly.get()))
|
||||
}
|
||||
|
||||
tasks {
|
||||
compileKotlin {
|
||||
kotlinOptions {
|
||||
|
||||
@@ -4,6 +4,5 @@ version rootProject.version
|
||||
subprojects {
|
||||
dependencies {
|
||||
compileOnly project(":eco-api")
|
||||
testCompileOnly project(":eco-api")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user