JAVA-20828: Changes made for updating blade module to java 11 (#13929)
* JAVA-20828: Changes made for updating blade module to java 11 * JAVA-20828: Changes made for updating bootique,dropwizard,google-web-toolkit module to java 11 * JAVA-20828: Changes made for updating bootique,dropwizard,google-web-toolkit module to java 11 * JAVA-20828: Adding jakarta-ee to jdk-9 profile
This commit is contained in:
@@ -78,8 +78,8 @@
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.8.0</version>
|
||||
<configuration>
|
||||
<source>1.8</source>
|
||||
<target>1.8</target>
|
||||
<source>11</source>
|
||||
<target>11</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
||||
Reference in New Issue
Block a user