Do not run jApiCmp tasks automatically (#5068)
This commit is contained in:
parent
929b6808dd
commit
2d71fc9d53
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue