Skip to content

Commit 6e214e7

Browse files
committed
Fix invalid mutation of a tasks's dependsOn w/Gradle 6.3
1 parent cee0b72 commit 6e214e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

integration-testing/build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ task npmTest(type: Test) {
5656
task mavenTest(type: Test) {
5757
def sourceSet = sourceSets.mavenTest
5858
dependsOn(project(':').getTasksByName("publishToMavenLocal", true))
59-
dependsOn.remove(project(':').getTasksByName("dokka", true))
6059
testClassesDirs = sourceSet.output.classesDirs
6160
classpath = sourceSet.runtimeClasspath
6261
// we can't depend on the subprojects because we need to test the classfiles that are published in the end.

0 commit comments

Comments
 (0)