Skip to content

Commit

Permalink
[NSE-325] fix incremental compile issue with 4.5.x scala-maven-plugin (
Browse files Browse the repository at this point in the history
…oap-project#332)

the new release of scala-maven-plugin(4.5.x) seems buggy on incremental
compile, using 4.4.0 instead

Signed-off-by: Yuan Zhou <[email protected]>
  • Loading branch information
zhouyuan committed May 20, 2021
1 parent 4251ff2 commit da32fa8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions native-sql-engine/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
<version>4.4.0</version>
<configuration>
<recompileMode>${scala.recompile.mode}</recompileMode>
</configuration>
Expand Down

0 comments on commit da32fa8

Please sign in to comment.