Skip to content

Commit 6965b12

Browse files
committed
Fix GJF test on java 8.
1 parent e98da6e commit 6965b12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testlib/src/test/java/com/diffplug/spotless/java/GoogleJavaFormatStepTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ protected FormatterStep create() {
124124
}
125125

126126
@Test
127+
@EnabledForJreRange(min = JAVA_11) // google-java-format requires JRE 11+
127128
void equalityGroupArtifact() throws Exception {
128129
new SerializableEqualityTester() {
129130
String groupArtifact = GoogleJavaFormatStep.defaultGroupArtifact();

0 commit comments

Comments
 (0)