>
> 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?

Thanks,

Peter

Reply via email to