diff --git a/pkl-commons-test/pkl-commons-test.gradle.kts b/pkl-commons-test/pkl-commons-test.gradle.kts index fa8d6124..f8bfa623 100644 --- a/pkl-commons-test/pkl-commons-test.gradle.kts +++ b/pkl-commons-test/pkl-commons-test.gradle.kts @@ -24,7 +24,8 @@ dependencies { */ val createTestPackages by tasks.registering -tasks.test { +// make sure that declaring a dependency on this project suffices to have test fixtures generated +tasks.processResources { dependsOn(createTestPackages) dependsOn(exportCerts) }