Set task dependencies
This commit is contained in:
committed by
Vyacheslav Gerasimov
parent
61b12c9dbf
commit
c067026133
@@ -15,5 +15,7 @@ dependencies {
|
||||
|
||||
publish()
|
||||
runtimeJar()
|
||||
sourcesJar()
|
||||
sourcesJar().configure {
|
||||
dependsOn(":compiler:fir:checkers:generateCheckersComponents")
|
||||
}
|
||||
javadocJar()
|
||||
|
||||
Reference in New Issue
Block a user