mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
Fix building of pkl-doc (#1365)
Ensure that `assembleNative` is called before testing the native executable
This commit is contained in:
@@ -69,6 +69,7 @@ publishing {
|
|||||||
|
|
||||||
val testNativeExecutable by
|
val testNativeExecutable by
|
||||||
tasks.registering(Test::class) {
|
tasks.registering(Test::class) {
|
||||||
|
dependsOn(tasks.assembleNative)
|
||||||
testClassesDirs = sourceSets.test.get().output.classesDirs
|
testClassesDirs = sourceSets.test.get().output.classesDirs
|
||||||
classpath = sourceSets.test.get().runtimeClasspath
|
classpath = sourceSets.test.get().runtimeClasspath
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user