Skip to content

Commit b0adcfa

Browse files
committed
clarify comment
1 parent 048947b commit b0adcfa

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
@@ -81,7 +81,7 @@ dependencies {
8181

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

84-
googleJavaFormatCompileOnly 'com.google.googlejavaformat:google-java-format:1.8' // minimum required version for jdk 11
84+
googleJavaFormatCompileOnly 'com.google.googlejavaformat:google-java-format:1.8' // minimum required version due to api changes before then
8585
testGoogleJavaFormatImplementation "com.diffplug.durian:durian-core:$VER_DURIAN"
8686

8787
// used jackson-based formatters

0 commit comments

Comments
 (0)