Skip to content

Commit

Permalink
Disable publication of test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjameshamilton committed Oct 5, 2022
1 parent 065a941 commit 5bcb2a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kmp-library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ java {
}
}

components.java.withVariantsFromConfiguration(configurations.testFixturesApiElements) { skip() }
components.java.withVariantsFromConfiguration(configurations.testFixturesRuntimeElements) { skip() }

test {
useJUnitPlatform()
}
Expand Down

0 comments on commit 5bcb2a3

Please sign in to comment.