Skip to content

Commit

Permalink
Fix jApiCmp CI check (#6577)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Sep 12, 2022
1 parent 23aff05 commit 24e92b2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ if (project.findProperty("otel.stable") == "true") {
?: 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.
named("check") {
dependsOn(jApiCmp)
// have the jApiCmp task run every time the jar task is run, to make it more likely it will get used.
named("jar") {
finalizedBy(jApiCmp)
}
}
}
Expand Down

0 comments on commit 24e92b2

Please sign in to comment.