Skip to content

Commit

Permalink
Address missing configuration changes due to the Gradle bump
Browse files Browse the repository at this point in the history
  • Loading branch information
davidburstrom committed Dec 21, 2024
1 parent bd1eb89 commit 0189491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ versionCompatibility {
tests {
dimensions {
register("Gradle") {
versions = listOf("6.0.1", "6.1.1", "6.2.2", "6.3", "6.4.1", "6.5.1", "6.6.1", "6.7.1", "6.8.3", "6.9.4", "7.0.2", "7.1.1", "7.2", "7.3.3", "7.4.2", "7.5.1", "7.6.3", "8.0.2", "8.1.1", "8.2.1", "8.3", "8.4", "8.5", "8.6", "8.7", "8.8", "8.9", "8.10.2", "8.11.1")
versions = listOf("6.0.1", "6.1.1", "6.2.2", "6.3", "6.4.1", "6.5.1", "6.6.1", "6.7.1", "6.8.3", "6.9.4", "7.0.2", "7.1.1", "7.2", "7.3.3", "7.4.2", "7.5.1", "7.6.3", "8.0.2", "8.1.1", "8.2.1", "8.3", "8.4", "8.5", "8.6", "8.7", "8.8", "8.9", "8.10.2", "8.11.1", "8.12")
if (GradleVersion.current().version !in versions.get()) {
throw GradleException("Could not find ${gradle.gradleVersion} in the compatibility test versions")
}
Expand Down

0 comments on commit 0189491

Please sign in to comment.