Fix jApiCmp CI check (#6577)
This commit is contained in:
parent
23aff05722
commit
24e92b228c
|
@ -98,9 +98,9 @@ if (project.findProperty("otel.stable") == "true") {
|
||||||
?: file("$rootDir/docs/apidiffs/current_vs_$baseVersionString/${base.archivesName.get()}.txt")
|
?: file("$rootDir/docs/apidiffs/current_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.
|
// have the jApiCmp task run every time the jar task is run, to make it more likely it will get used.
|
||||||
named("check") {
|
named("jar") {
|
||||||
dependsOn(jApiCmp)
|
finalizedBy(jApiCmp)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue