Skip to content

Commit

Permalink
Disable publication of test-fixtures JARs
Browse files Browse the repository at this point in the history
  • Loading branch information
bclozel committed Apr 19, 2022
1 parent b8b1404 commit c5d6de8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,8 @@ configure(moduleProjects) {
"https://javadoc.io/doc/com.graphql-java/graphql-java/18.0/"
] as String[]

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

apply from: "${rootDir}/gradle/publishing.gradle"
}

0 comments on commit c5d6de8

Please sign in to comment.