Set task dependencies
This commit is contained in:
committed by
Vyacheslav Gerasimov
parent
61b12c9dbf
commit
c067026133
@@ -52,6 +52,8 @@ val commonMainSources by task<Sync> {
|
||||
}
|
||||
|
||||
into("$buildDir/commonMainSources")
|
||||
|
||||
dependsOn(":prepare:build.version:writeStdlibVersion")
|
||||
}
|
||||
|
||||
val commonTestSources by task<Sync> {
|
||||
|
||||
@@ -332,6 +332,8 @@ sourcesJar {
|
||||
project(it).mainSourceSet.allSource
|
||||
}
|
||||
}
|
||||
|
||||
dependsOn(":compiler:fir:checkers:generateCheckersComponents")
|
||||
}
|
||||
|
||||
javadocJar()
|
||||
|
||||
@@ -15,5 +15,7 @@ dependencies {
|
||||
|
||||
publish()
|
||||
runtimeJar()
|
||||
sourcesJar()
|
||||
sourcesJar().configure {
|
||||
dependsOn(":compiler:fir:checkers:generateCheckersComponents")
|
||||
}
|
||||
javadocJar()
|
||||
|
||||
Reference in New Issue
Block a user