Skip to content

Commit

Permalink
Add integration tests for Gradle 8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-kraemer committed Mar 18, 2023
1 parent 472920e commit cc20442
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ It **displays progress information** just like Gradle does when it retrieves
an artifact from a repository. It is also able to **download multiple files in
parallel** and supports **concurrent execution** with other tasks.

The plugin has been successfully tested with Gradle 5.0 up to 8.0.1.
The plugin has been successfully tested with Gradle 5.0 up to 8.0.2.
It should work with newer versions as well.

Who鈥檚 using gradle-download-task?
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ext {
"5.6.4",
"6.9.3",
"7.6",
"8.0.1"
"8.0.2"
]
} else {
limitedVersionsToTest = versionsToTest
Expand Down
2 changes: 1 addition & 1 deletion gradle/integrationTest.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ext {
'7.0', '7.0.1', '7.0.2', '7.1', '7.1.1', '7.2',
'7.3', '7.3.1', '7.3.2', '7.3.3', '7.4', '7.4.1', '7.4.2',
'7.5', '7.5.1', '7.6',
'8.0', '8.0.1'
'8.0', '8.0.1', '8.0.2'
]
}

Expand Down

0 comments on commit cc20442

Please sign in to comment.