Fix building of pkl-doc (#1365)

Ensure that `assembleNative` is called before testing the native
executable
This commit is contained in:
Daniel Chao
2025-12-12 09:36:38 -08:00
committed by GitHub
parent 41cf485ffb
commit f528927797

View File

@@ -69,6 +69,7 @@ publishing {
val testNativeExecutable by
tasks.registering(Test::class) {
dependsOn(tasks.assembleNative)
testClassesDirs = sourceSets.test.get().output.classesDirs
classpath = sourceSets.test.get().runtimeClasspath