Skip to content

Commit 2860ca9

Browse files
Excavator: Update Gradle Test Versions (#1260)
1 parent 9742fec commit 2860ca9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gradle-palantir-java-format/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,7 @@ def writeImplClasspath = tasks.register("writeImplClasspath") {
112112
tasks.named("test").configure {
113113
dependsOn(writeImplClasspath)
114114
}
115+
116+
gradleTestUtils {
117+
gradleVersions = ['7.6.4', '8.8', '8.12.1']
118+
}

0 commit comments

Comments
 (0)