Skip to content

Commit c4c16ca

Browse files
committed
YARN-9481. [JDK 11] Build fails due to hard-coded target version in hadoop-yarn-applications-catalog-webapp. Contributed by Kei Kori.
1 parent 7a68e7a commit c4c16ca

File tree

1 file changed

+0
-2
lines changed
  • hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-catalog/hadoop-yarn-applications-catalog-webapp

1 file changed

+0
-2
lines changed

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-catalog/hadoop-yarn-applications-catalog-webapp/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,6 @@
256256
<groupId>org.apache.maven.plugins</groupId>
257257
<artifactId>maven-compiler-plugin</artifactId>
258258
<configuration>
259-
<source>1.8</source>
260-
<target>1.8</target>
261259
<compilerArguments>
262260
<endorseddirs>${endorsed.dir}</endorseddirs>
263261
</compilerArguments>

0 commit comments

Comments
 (0)