Build: Use same com.eclipsesource.j2v8 artifact for compilation
We can't reuse caches from different platform when we compile against different jar on each platform. Since they have same api we may use platform specific jars only for runtime.
This commit is contained in:
@@ -76,7 +76,8 @@ dependencies {
|
||||
}
|
||||
}
|
||||
|
||||
testCompile(j2v8idString)
|
||||
testCompileOnly("com.eclipsesource.j2v8:j2v8_linux_x86_64:4.8.0")
|
||||
testRuntimeOnly(j2v8idString)
|
||||
|
||||
testRuntime(kotlinStdlib())
|
||||
testJsRuntime(kotlinStdlib("js"))
|
||||
|
||||
Reference in New Issue
Block a user