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 e98da6e commit 6965b12Copy full SHA for 6965b12
testlib/src/test/java/com/diffplug/spotless/java/GoogleJavaFormatStepTest.java
@@ -124,6 +124,7 @@ protected FormatterStep create() {
124
}
125
126
@Test
127
+ @EnabledForJreRange(min = JAVA_11) // google-java-format requires JRE 11+
128
void equalityGroupArtifact() throws Exception {
129
new SerializableEqualityTester() {
130
String groupArtifact = GoogleJavaFormatStep.defaultGroupArtifact();
0 commit comments