Skip to content

Commit

Permalink
Increase min gradle version to 7.6.2
Browse files Browse the repository at this point in the history
Improve versions tested in GradleVersionsTest
  • Loading branch information
SgtSilvio committed Nov 20, 2024
1 parent 90357b7 commit 936eb06
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public class ImageTest {

## Requirements

- Gradle 7.4 or higher
- Gradle 7.6.4 or higher

## Why Another Image Builder?

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ internal class GradleVersionsTest {
@ParameterizedTest
@ValueSource(
strings = [
"7.4", // minimum version
"8.5", // highest version not fulfilling version check >= 8.6 in OciImageDefinitionImpl
"8.6", // lowest version fulfilling version check >= 8.6 in OciImageDefinitionImpl
"7.6.4", // minimum version
"8.3", // minimum 8.x version
"8.10.2", // highest version not fulfilling version check >= 8.11 in VariantSelector
"8.11", // lowest version fulfilling version check >= 8.11 in VariantSelector
]
)
fun test(gradleVersion: String, @TempDir projectDir: File) {
Expand Down

0 comments on commit 936eb06

Please sign in to comment.