This is an automated email from the ASF dual-hosted git repository. sergeykamov pushed a commit to branch NLPCRAFT-419 in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
commit 7c72251f574e276df96566b8dd20e4eb00a791af Author: Sergey Kamov <[email protected]> AuthorDate: Thu Sep 2 17:37:44 2021 +0300 'idea' folder added to SRC and BIN releases. --- 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 {
