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 9742fec commit 2860ca9Copy full SHA for 2860ca9
gradle-palantir-java-format/build.gradle
@@ -112,3 +112,7 @@ def writeImplClasspath = tasks.register("writeImplClasspath") {
112
tasks.named("test").configure {
113
dependsOn(writeImplClasspath)
114
}
115
+
116
+gradleTestUtils {
117
+ gradleVersions = ['7.6.4', '8.8', '8.12.1']
118
+}
0 commit comments