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 <[email protected]> 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>
