dhale/jtk

Readme out of date for Gradle 4.6

llmpass opened this issue · 0 comments

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