Attach method counting tasks to check rather than assemble stage
This commit is contained in:
@@ -113,7 +113,7 @@ task dexMethodCount(type: DexMethodCount) {
|
|||||||
from jar
|
from jar
|
||||||
ownPackages = ['kotlin']
|
ownPackages = ['kotlin']
|
||||||
}
|
}
|
||||||
assemble.dependsOn(dexMethodCount)
|
check.dependsOn(dexMethodCount)
|
||||||
|
|
||||||
compileBuiltinsKotlin {
|
compileBuiltinsKotlin {
|
||||||
dependsOn ":core:builtins:serialize"
|
dependsOn ":core:builtins:serialize"
|
||||||
|
|||||||
@@ -175,7 +175,7 @@ task dexMethodCount(type: DexMethodCount) {
|
|||||||
jarFile = artifactJar.file
|
jarFile = artifactJar.file
|
||||||
ownPackages = ['kotlin.reflect']
|
ownPackages = ['kotlin.reflect']
|
||||||
}
|
}
|
||||||
assemble.dependsOn(dexMethodCount)
|
check.dependsOn(dexMethodCount)
|
||||||
|
|
||||||
artifacts {
|
artifacts {
|
||||||
mainJar artifactJar
|
mainJar artifactJar
|
||||||
|
|||||||
Reference in New Issue
Block a user