MinesJTK / jtk

The Mines Java Toolkit
Apache License 2.0
77 stars 34 forks source link

outdated with Gradle 4.6 #11

Closed llmpass closed 6 years ago

llmpass commented 6 years ago

Hi,

I followed the instructions on https://github.com/MinesJTK/jtk and found that the readme is a little outdated. I used Gradle 4.6 (brew installed) and all gradlew is obsoleted, instead gradle test or gradle distZip work.

In addition, gradle deps does not work: luming-C02PV3X2G8WM:jtk llmpass$ gradle deps

FAILURE: Build failed with an exception.

What went wrong: Task 'deps' not found in root project 'jtk'.

Try: Run gradle tasks to get a list of available tasks. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

Get more help at https://help.gradle.org

BUILD FAILED in 0s

chrisengelsma commented 6 years ago

Hey Luming! Thanks for the notice, I'll try and update to gradle 4.6

chrisengelsma commented 6 years ago

Build scripts and readme has been updated. There is no longer a gradlew deps because I've transitioned the repo to use maven central instead of locally-sourced jars.