Skip to content

Commit

Permalink
GHA: canary-build.yml add Gradle 8.7 to matrix.
Browse files Browse the repository at this point in the history
This is due to API removal preventing build against Gradle 8.8

org/unbrokendome/gradle/plugins/xjc/testutil/GradleTestUtils.kt:23:49 Unresolved reference: start

This API looks only used for integration testing which I'd hope
CI-Canary-Consume will demonstrate.
  • Loading branch information
dlmiles committed Sep 2, 2024
1 parent 4f56758 commit 46488c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/canary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
gradle: [
'latest',
'8',
'8.7', # BuildOperationExecutor#start() removal in 8.8
'8.5', # JDK21
'7',
'7.6',
Expand Down

0 comments on commit 46488c1

Please sign in to comment.