We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8b1404 commit c5d6de8Copy full SHA for c5d6de8
build.gradle
@@ -110,5 +110,8 @@ configure(moduleProjects) {
110
"https://javadoc.io/doc/com.graphql-java/graphql-java/18.0/"
111
] as String[]
112
113
+ components.java.withVariantsFromConfiguration(configurations.testFixturesApiElements) { skip() }
114
+ components.java.withVariantsFromConfiguration(configurations.testFixturesRuntimeElements) { skip() }
115
+
116
apply from: "${rootDir}/gradle/publishing.gradle"
117
}
0 commit comments