From fbc366f71c9c3855ba5891528176e42db3ff90b7 Mon Sep 17 00:00:00 2001 From: Yuan Date: Thu, 20 May 2021 19:51:27 +0800 Subject: [PATCH] [NSE-325] fix incremental compile issue with 4.5.x scala-maven-plugin (#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 --- native-sql-engine/core/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/native-sql-engine/core/pom.xml b/native-sql-engine/core/pom.xml index 36341873a..b7ed89b1a 100644 --- a/native-sql-engine/core/pom.xml +++ b/native-sql-engine/core/pom.xml @@ -308,6 +308,7 @@ net.alchim31.maven scala-maven-plugin + 4.4.0 ${scala.recompile.mode}