Skip to content

Commit

Permalink
test against Gradle 8.0-rc-1 (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielittner committed Dec 29, 2022
1 parent 6f60a18 commit 08f2406
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -58,7 +58,7 @@ enum class GradleVersion(val value: String) {
// stable
GRADLE_7_6("7.6"),
// preview
GRADLE_8_0("8.0-milestone-6"),
GRADLE_8_0("8.0-rc-1"),
;

companion object {
Expand Down

0 comments on commit 08f2406

Please sign in to comment.