Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

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
…#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 <yuan.zhou@intel.com>
  • Loading branch information
zhouyuan authored May 20, 2021
1 parent a5ca2eb commit fbc366f
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 fbc366f

Please sign in to comment.