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 f81a2ac  CLI projects generation fix (removing redundant gradle files).
f81a2ac is described below

commit f81a2acdd7d2b24eb1966d3984d06dd45b0c18f4
Author: Sergey Kamov <[email protected]>
AuthorDate: Thu Apr 29 12:17:52 2021 +0300

    CLI projects generation fix (removing redundant gradle files).
---
 .../src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCli.scala  | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCli.scala 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCli.scala
index 24211fd..a176f1a 100644
--- 
a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCli.scala
+++ 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCli.scala
@@ -2099,8 +2099,6 @@ object NCCli extends NCCliBase {
                 Some(extractGradleHeader),
                 "myapplication" → baseName
             )
-            cp("gradlew", None)
-            cp("gradlew.bat", None)
         }
 
         @throws[NCE]

Reply via email to