Skip to content

Commit fd70d74

Browse files
committed
Fix CI
1 parent 82e0aa2 commit fd70d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies {
5252
sortPomCompileOnly 'com.github.ekryd.sortpom:sortpom-sorter:3.0.0'
5353
sortPomCompileOnly 'org.slf4j:slf4j-api:2.0.0'
5454

55-
palantirJavaFormatCompileOnly 'com.palantir.javaformat:palantir-java-format:2.28.0'
55+
palantirJavaFormatCompileOnly 'com.palantir.javaformat:palantir-java-format:1.1.0' // this version needs to stay compilable against Java 8 for CI Job testNpm
5656

5757
String VER_KTFMT = '0.41'
5858
ktfmtCompileOnly "com.facebook:ktfmt:$VER_KTFMT"

0 commit comments

Comments
 (0)