You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by se...@apache.org on 2021/05/07 07:14:32 UTC

[incubator-nlpcraft] branch NLPCRAFT-316 created (now 6e3845e)

This is an automated email from the ASF dual-hosted git repository.

sergeykamov pushed a change to branch NLPCRAFT-316
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git.


      at 6e3845e  Release issues fixes.

This branch includes the following new commits:

     new 6e3845e  Release issues fixes.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[incubator-nlpcraft] 01/01: Release issues fixes.

Posted by se...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sergeykamov pushed a commit to branch NLPCRAFT-316
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git

commit 6e3845ef8a2a8f440451a523fa14a688e6fd6e4f
Author: Sergey Kamov <sk...@gmail.com>
AuthorDate: Fri May 7 10:14:20 2021 +0300

    Release issues fixes.
---
 .../gradle/wrapper/gradle-wrapper.properties              | 15 +++++++++++++++
 pom.xml                                                   |  4 ++++
 2 files changed, 19 insertions(+)

diff --git a/nlpcraft-examples/minecraft-mod/gradle/wrapper/gradle-wrapper.properties b/nlpcraft-examples/minecraft-mod/gradle/wrapper/gradle-wrapper.properties
index 290541c..fcfcac0 100644
--- a/nlpcraft-examples/minecraft-mod/gradle/wrapper/gradle-wrapper.properties
+++ b/nlpcraft-examples/minecraft-mod/gradle/wrapper/gradle-wrapper.properties
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
 distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.3-bin.zip
diff --git a/pom.xml b/pom.xml
index 4c1b291..c11b5e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -675,6 +675,10 @@
                                 <exclude>src/main/scala/org/apache/nlpcraft/model/intent/compiler/antlr4/*</exclude>
                                 <exclude>src/main/scala/org/apache/nlpcraft/common/makro/antlr4/*</exclude>
                                 <exclude>src/main/resources/opennlp/en-lemmatizer.dict</exclude>
+                                <exclude>nlpcraft-examples/minecraft-mod/build/**/*</exclude>
+                                <exclude>nlpcraft-examples/minecraft-mod/.gradle/**/*</exclude>
+                                <exclude>nlpcraft-examples/minecraft-mod/gradle/wrapper/gradle-wrapper.jar</exclude>
+                                <exclude>nlpcraft-examples/minecraft-mod/assets/nlpcraft-example-minecraft-mod-1.0.jar</exclude>
                             </excludes>
                             <numUnapprovedLicenses>0</numUnapprovedLicenses>
                         </configuration>