On 05/27/2015 11:01 AM, Peter Ledbrook wrote:

    What Gradle tasks did you run before? It's worth knowing that if
    you run
    ./gradlew jarAll or any task that depends on it, the jar will be
    modified (jarjared) and it will break IDE support. Fixing is as
    easy as
    running ./gradlew jar.


I started with

    ./gradlew jarAll idea

and then opened the project in the IDE. Since then, I think I've only run

    ./gradlew test

since then. Note that the project README says to run `jarAll` and `idea` together. Is the information incorrect?

It is likely outdated. I think it should be `jar` and `idea` together.
Thanks,

Peter


--
Cédric Champeau
Groovy language developer
http://twitter.com/CedricChampeau
http://melix.github.io/blog

Reply via email to