Skip to content

Commit

Permalink
For dev mode, use incremental and draft compile
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhorridge committed May 22, 2024
1 parent eaace43 commit 68716ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions webprotege-gwt-ui-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<release>8</release>
Expand Down Expand Up @@ -233,6 +234,10 @@
<classpathScope>compile+runtime</classpathScope>
<moduleTemplate>${project.basedir}/src/main/module-dev.gwt.xml</moduleTemplate>
<extra>target/gwt-extra</extra>
<draftCompile>true</draftCompile>
<compilerArgs>
<arg>-incremental</arg>
</compilerArgs>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 68716ee

Please sign in to comment.