Set task dependencies

This commit is contained in:
Jerome Prinet
2022-04-08 11:21:56 +02:00
committed by Vyacheslav Gerasimov
parent 61b12c9dbf
commit c067026133
3 changed files with 7 additions and 1 deletions
+2
View File
@@ -332,6 +332,8 @@ sourcesJar {
project(it).mainSourceSet.allSource
}
}
dependsOn(":compiler:fir:checkers:generateCheckersComponents")
}
javadocJar()