Skip to content

Commit

Permalink
HSEARCH-4210 Skip forbiddenapis on JDK17+
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere committed Apr 12, 2021
1 parent f32788f commit 0ce6cc0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Expand Up @@ -1892,6 +1892,17 @@
</properties>
</profile>

<profile>
<id>jdk17+</id>
<activation>
<jdk>[17,)</jdk>
</activation>
<properties>
<!-- ForbiddenAPIs doesn't work with JDK17: https://github.com/policeman-tools/forbidden-apis/issues/177 -->
<forbiddenapis.skip>true</forbiddenapis.skip>
</properties>
</profile>

<profile>
<id>compiler-eclipse</id>
<build>
Expand Down

0 comments on commit 0ce6cc0

Please sign in to comment.