We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cee0b72 commit 6e214e7Copy full SHA for 6e214e7
integration-testing/build.gradle
@@ -56,7 +56,6 @@ task npmTest(type: Test) {
56
task mavenTest(type: Test) {
57
def sourceSet = sourceSets.mavenTest
58
dependsOn(project(':').getTasksByName("publishToMavenLocal", true))
59
- dependsOn.remove(project(':').getTasksByName("dokka", true))
60
testClassesDirs = sourceSet.output.classesDirs
61
classpath = sourceSet.runtimeClasspath
62
// we can't depend on the subprojects because we need to test the classfiles that are published in the end.
0 commit comments