Skip to content

Commit

Permalink
update gradle test (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredsburrows committed Apr 10, 2022
1 parent 2177e31 commit 8fd380d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,15 @@ final class LicensePluginAndroidSpec extends Specification {
[
'7.0.2',
'7.1.1',
'7.2'
'7.2',
'7.4.2' // Always have latest
],
[
'3.5.4',
'3.6.4',
'4.0.2',
'4.1.3',
'4.2.2'
'4.2.2' // Always have latest
]
].combinations()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ final class LicensePluginJavaSpec extends Specification {
gradleVersion << [
'7.0.2',
'7.1.1',
'7.2'
'7.2',
'7.4.2' // Always have latest
]
}

Expand Down

0 comments on commit 8fd380d

Please sign in to comment.