Do not run jApiCmp tasks automatically (#5068)

This commit is contained in:
Nikita Salnikov-Tarnovski 2022-01-11 19:49:33 +02:00 committed by GitHub
parent 929b6808dd
commit 2d71fc9d53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -75,9 +75,5 @@ tasks {
val newVersionString = if (apiNewVersion == null) "current" else apiNewVersion
txtOutputFile = file("$rootDir/docs/apidiffs/${newVersionString}_vs_${baseVersionString}/${base.archivesName.get()}.txt")
}
// have the check task depend on the api comparison task, to make it more likely it will get used.
named("check") {
dependsOn(jApiCmp)
}
}