Skip to content

Commit 30bc616

Browse files
committed
test: use release version Gradle 7.5.1 for tests
1 parent d138b5b commit 30bc616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/jandex-plugin/src/test/kotlin/com/github/vlsi/jandex/JandexPluginTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class JandexPluginTest : BaseGradleTest() {
4444
add(arguments("7.0", ConfigurationCache.ON))
4545
add(arguments("7.4.2", ConfigurationCache.ON))
4646
// Configuration cache supports custom caches since 7.5 only: https://github.com/gradle/gradle/issues/14874
47-
add(arguments("7.5-20220421031748+0000", ConfigurationCache.ON))
47+
add(arguments("7.5.1", ConfigurationCache.ON))
4848
}
4949
}
5050
}

0 commit comments

Comments
 (0)