Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/gwt-update' into gwt-update
Browse files Browse the repository at this point in the history
  • Loading branch information
0ffer committed Feb 10, 2025
2 parents a9d1e9c + 69f1e55 commit 86cb428
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 28 deletions.
13 changes: 0 additions & 13 deletions backend/manager/modules/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,19 +59,6 @@

<build>
<plugins>

<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<release>8</release>
<target>1.8</target>
<source>1.8</source>
<excludes>
<exclude>**/uioverrides/**/*</exclude>
</excludes>
</configuration>
</plugin>

<plugin>
<artifactId>maven-source-plugin</artifactId>
<executions>
Expand Down
9 changes: 0 additions & 9 deletions backend/manager/modules/compat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,6 @@

<build>
<plugins>

<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<release>8</release>
<target>1.8</target>
<source>1.8</source>
</configuration>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<executions>
Expand Down
2 changes: 0 additions & 2 deletions frontend/webadmin/modules/gwt-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<release>8</release>
<target>1.8</target>
<excludes>
<exclude>**/uioverrides/**/*</exclude>
</excludes>
Expand Down
4 changes: 0 additions & 4 deletions frontend/webadmin/modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
<release>8</release>

<!-- We use maven-processor-plugin to invoke annotation processors -->
<compilerArgument>-proc:none</compilerArgument>
<excludes>
Expand Down

0 comments on commit 86cb428

Please sign in to comment.