Skip to content

Commit 46ff2ef

Browse files
ascopesdependabot[bot]
authored andcommitted
Do not test error prone on JDK11
See google/error-prone#3710 Signed-off-by: Ashley <[email protected]>
1 parent d688c96 commit 46ff2ef

File tree

1 file changed

+13
-0
lines changed
  • acceptance-tests/acceptance-tests-error-prone

1 file changed

+13
-0
lines changed

acceptance-tests/acceptance-tests-error-prone/pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,17 @@
9595
</plugin>
9696
</plugins>
9797
</build>
98+
99+
<profiles>
100+
<profile>
101+
<!-- https://github.com/google/error-prone/issues/3710 -->
102+
<id>${project.artifactId}::ignore-tests-before-jdk12</id>
103+
<activation>
104+
<jdk>[,11]</jdk>
105+
</activation>
106+
<properties>
107+
<maven.test.skip>true</maven.test.skip>
108+
</properties>
109+
</profile>
110+
</profiles>
98111
</project>

0 commit comments

Comments
 (0)