Skip to content

Commit

Permalink
Update gwt to version 2.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tino Desjardins committed Dec 2, 2024
1 parent 7b602c0 commit f041620
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<github.global.server>github</github.global.server>
<gwt.version>2.10.0</gwt.version>
<gwt.version>2.12.1</gwt.version>
</properties>

<modules>
Expand Down Expand Up @@ -111,18 +111,15 @@
<failOnError>true</failOnError>
<compilerArgs>
<!-- arg>-generateJsInteropExports</arg-->
<arg>-XdisableUpdateCheck</arg>
</compilerArgs>
<useCompilerArgsForTests>true</useCompilerArgsForTests>
<codeserverArgs>
<!-- arg>-generateJsInteropExports</arg-->
<arg>-XdisableUpdateCheck</arg>
<arg>-bindAddress</arg><arg>0.0.0.0</arg>
<arg>-strict</arg>
</codeserverArgs>
<devmodeArgs>
<!-- arg>-generateJsInteropExports</arg-->
<arg>-XdisableUpdateCheck</arg>
<arg>-bindAddress</arg><arg>0.0.0.0</arg>
<arg>-strict</arg>
</devmodeArgs>
Expand Down

0 comments on commit f041620

Please sign in to comment.