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
|
||||
ownPackages = ['kotlin']
|
||||
}
|
||||
assemble.dependsOn(dexMethodCount)
|
||||
check.dependsOn(dexMethodCount)
|
||||
|
||||
compileBuiltinsKotlin {
|
||||
dependsOn ":core:builtins:serialize"
|
||||
|
||||
@@ -175,7 +175,7 @@ task dexMethodCount(type: DexMethodCount) {
|
||||
jarFile = artifactJar.file
|
||||
ownPackages = ['kotlin.reflect']
|
||||
}
|
||||
assemble.dependsOn(dexMethodCount)
|
||||
check.dependsOn(dexMethodCount)
|
||||
|
||||
artifacts {
|
||||
mainJar artifactJar
|
||||
|
||||
Reference in New Issue
Block a user