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/01/23 12:33:40 UTC

[incubator-nlpcraft] branch NLPCRAFT-211 created (now 79ad8cf)

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

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


      at 79ad8cf  WIP.

This branch includes the following new commits:

     new 79ad8cf  WIP.

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: WIP.

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

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

commit 79ad8cf8fb729dea231bc5e2d9b6df62ed52e3ee
Author: Sergey Kamov <sk...@gmail.com>
AuthorDate: Sat Jan 23 15:33:29 2021 +0300

    WIP.
---
 nlpcraft/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nlpcraft/pom.xml b/nlpcraft/pom.xml
index 6b18e39..1897190 100644
--- a/nlpcraft/pom.xml
+++ b/nlpcraft/pom.xml
@@ -314,7 +314,7 @@
                             <waitAfterLaunch>600</waitAfterLaunch>
                             <processLogFile>${project.build.directory}/server-${timestamp}.log</processLogFile>
                             <arguments>
-                                <argument>java</argument>
+                                <argument>${java.home}/bin/java</argument>
                                 <argument>-Xmx4G</argument>
                                 <argument>-Xms4G</argument>
                                 <argument>--add-exports=java.base/jdk.internal.misc=ALL-UNNAMED</argument>