GameModsBR / VoiceChat

14 stars 13 forks source link

Where is builded .jar? #15

Closed Hdadaw closed 7 years ago

Hdadaw commented 7 years ago

Where can I find the output file after compilation via gradlew.bat?

utkabobr commented 7 years ago

build\libs\VoiceChat-1.12.jar

Hdadaw commented 7 years ago

@utkabobr But there is nothing here: explorer_2017-09-26_07-58-36 gradle.log:

#################################################
         ForgeGradle 2.3-SNAPSHOT-a34ebfc        
  https://github.com/MinecraftForge/ForgeGradle  
#################################################
               Powered by MCP unknown               
             http://modcoderpack.com             
         by: Searge, ProfMobius, Fesh0r,         
         R4wk, ZeuX, IngisKahn, bspkrs           
#################################################
:help

Welcome to Gradle 2.7.

To run a build, run gradlew <task> ...

To see a list of available tasks, run gradlew tasks

To see a list of command-line options, run gradlew --help

To see more detail about a task, run gradlew help --task <task>

BUILD SUCCESSFUL

Total time: 37.257 secs
utkabobr commented 7 years ago

You must run gradlew.bat build, not just gradlew.bat...

Hdadaw commented 7 years ago

Okay, where i can find a bukkit plugin for this mod?

utkabobr commented 7 years ago

Nowhere, author cleaned all the code and releases of it

Hdadaw commented 7 years ago

This is very bad, but in any case, thanks for the help!