Skip to content

Commit

Permalink
fix(opencadc.gradle): fixed configurations needed for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shinybrar committed Nov 8, 2024
1 parent 54ed5ff commit 3488c58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions skaha/opencadc.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
configurations {
// Configuration for integration tests
intTestRuntime.extendsFrom testRuntime
intTestImplementation.extendsFrom testImplementation
}

sourceSets {
Expand Down

0 comments on commit 3488c58

Please sign in to comment.