diff --git a/skaha/opencadc.gradle b/skaha/opencadc.gradle index e70af818..64a46442 100644 --- a/skaha/opencadc.gradle +++ b/skaha/opencadc.gradle @@ -1,5 +1,7 @@ configurations { + // Configuration for integration tests intTestRuntime.extendsFrom testRuntime + intTestImplementation.extendsFrom testImplementation } sourceSets {