Merge branch 'pr-1715'
This commit is contained in:
3
pom.xml
3
pom.xml
@ -368,6 +368,9 @@ Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.7.0</version>
|
||||
<configuration>
|
||||
<!-- Bug with incremental compilation -->
|
||||
<!-- https://issues.apache.org/jira/browse/MCOMPILER-209 -->
|
||||
<useIncrementalCompilation>false</useIncrementalCompilation>
|
||||
<release>${java.version}</release>
|
||||
</configuration>
|
||||
<executions>
|
||||
|
Reference in New Issue
Block a user