Differentiate Gradle 8.1 from 8.10 when checking version (#358)

Fixes #359
This commit is contained in:
Daz DeBoer
2024-08-26 14:47:28 -06:00
committed by GitHub
parent 0873530e60
commit 4b7cc6e174
2 changed files with 2 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ jobs:
strategy:
fail-fast: false
matrix:
gradle: ["8.10", 8.9, 7.6.4, 6.9.4, 5.6.4, 4.10.3, 3.5.1]
gradle: ["8.10", 8.9, 8.1, 7.6.4, 6.9.4, 5.6.4, 4.10.3, 3.5.1]
os: ${{fromJSON(inputs.runner-os)}}
include:
- java-version: 11