This is an automated email from the ASF dual-hosted git repository.
sergeykamov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/master by this push:
new a8c6568 Build scripts fixes.
a8c6568 is described below
commit a8c656898900b68b43da1374704ac6a127e495ce
Author: Sergey Kamov <[email protected]>
AuthorDate: Fri Sep 3 17:00:53 2021 +0300
Build scripts fixes.
---
bin/prepare.sh | 1 +
.../src/test/scala/org/apache/nlpcraft/model/sparse/NCSparseSpec.scala | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/prepare.sh b/bin/prepare.sh
index dc23544..dbf2f8e 100755
--- a/bin/prepare.sh
+++ b/bin/prepare.sh
@@ -79,6 +79,7 @@ mkdir ${zipDir}/${tmpDir}/build
rsync -avzq bin ${zipDir}/${tmpDir} --exclude '**/.DS_Store' --exclude
bin/prepare.sh --exclude bin/MAVEN-RELEASE.md
rsync -avzq openapi ${zipDir}/${tmpDir} --exclude '**/.DS_Store'
+rsync -avzq idea ${zipDir}/${tmpDir} --exclude '**/.DS_Store'
function cpSrc() {
rsync -avzq "$1"/src ${zipDir}/${tmpDir}/"$1" --exclude '**/.DS_Store'
--exclude '**/*.iml'
diff --git
a/nlpcraft/src/test/scala/org/apache/nlpcraft/model/sparse/NCSparseSpec.scala
b/nlpcraft/src/test/scala/org/apache/nlpcraft/model/sparse/NCSparseSpec.scala
index 997150f..6f1b71b 100644
---
a/nlpcraft/src/test/scala/org/apache/nlpcraft/model/sparse/NCSparseSpec.scala
+++
b/nlpcraft/src/test/scala/org/apache/nlpcraft/model/sparse/NCSparseSpec.scala
@@ -23,7 +23,6 @@ import org.apache.nlpcraft.{NCTestContext, NCTestElement,
NCTestEnvironment}
import org.junit.jupiter.api.Test
import java.util
-import scala.collection.mutable
import scala.jdk.CollectionConverters.CollectionHasAsScala
class NCSparseModel extends NCAbstractTokensModel {