We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d138b5b commit 30bc616Copy full SHA for 30bc616
plugins/jandex-plugin/src/test/kotlin/com/github/vlsi/jandex/JandexPluginTest.kt
@@ -44,7 +44,7 @@ class JandexPluginTest : BaseGradleTest() {
44
add(arguments("7.0", ConfigurationCache.ON))
45
add(arguments("7.4.2", ConfigurationCache.ON))
46
// 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))
+ add(arguments("7.5.1", ConfigurationCache.ON))
48
}
49
50
0 commit comments