YARN-8123. Skip compiling old hamlet package when the Java version is 10 or upper

Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
This commit is contained in:
Dinesh Chitlangia 2018-05-16 17:25:31 +09:00 committed by Akira Ajisaka
parent 8d3b39de89
commit 0a22860336
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@
<profile>
<id>java9</id>
<activation>
<jdk>9</jdk>
<jdk>[9,)</jdk>
</activation>
<build>
<plugins>