Thanks, the ./gradlew jar does fix the problem. I'll send a pull request updating the README.
Peter > 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 > >
