Fixed tests

This commit is contained in:
Auxilor
2022-02-28 14:24:10 +00:00
parent 337c5d2b84
commit 19ce4c56a9
3 changed files with 4 additions and 1 deletions

View File

@@ -115,6 +115,10 @@ allprojects {
exclude(group = "com.github.cryptomorin", module = "XSeries")
}
configurations.testImplementation {
setExtendsFrom(listOf(configurations.compileOnly.get()))
}
tasks {
compileKotlin {
kotlinOptions {

View File

@@ -4,6 +4,5 @@ version rootProject.version
subprojects {
dependencies {
compileOnly project(":eco-api")
testCompileOnly project(":eco-api")
}
}