You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nlpcraft.apache.org by "Sergey Kamov (Jira)" <ji...@apache.org> on 2021/04/28 15:40:00 UTC

[jira] [Commented] (NLPCRAFT-307) Add info about minecraft gradle wrapper jars to readme.md

    [ https://issues.apache.org/jira/browse/NLPCRAFT-307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17334812#comment-17334812 ] 

Sergey Kamov commented on NLPCRAFT-307:
---------------------------------------

We have in repository all necessary gradle files:
├── build.gradle
├── gradle
 │   └── wrapper
 │   ├── gradle-wrapper.jar
 │   └── gradle-wrapper.properties
├── gradlew
├── gradlew.bat

But we can't deliver jar

I suggest to add deliver only one file build.gradle and suggest 3 variants
1. Build it with gradle by yourself (take into account that you need installed gradle 4.10.3)
2. Use our predefined wrapper (gradle-wrapper.jar, gradle-wrapper.properties, gradlew, gradlew.bat) - we have to provide link
3. Use already built mod nlpcraft-example-minecraft-mod-1.0.jar (we have to add it into repository and provide link )

> Add info about minecraft gradle wrapper jars to readme.md
> ---------------------------------------------------------
>
>                 Key: NLPCRAFT-307
>                 URL: https://issues.apache.org/jira/browse/NLPCRAFT-307
>             Project: NLPCraft
>          Issue Type: Improvement
>          Components: examples
>            Reporter: Sergey Kamov
>            Assignee: Sergey Kamov
>            Priority: Major
>             Fix For: 0.7.5
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)