Skip to content

Commit

Permalink
update to latest j2cl and gwt and migrate to javs 11
Browse files Browse the repository at this point in the history
  • Loading branch information
vegegoku committed Nov 26, 2023
1 parent 4b4fdac commit e799e3f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions gwt-editor-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,8 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.1</version>
<configuration>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>
<release>11</release>
<showWarnings>true</showWarnings>
<showDeprecation>true</showDeprecation>
<meminitial>128m</meminitial>
Expand Down

0 comments on commit e799e3f

Please sign in to comment.