Änderungen

Summary

  1. fix jar-task (commit: 5b36417) (details)
Commit 5b3641707e6387f876c3db54c6030c0bf6015051 by peter.peq
fix jar-task
new gradle version writes class files for kotlin and java to different
folders, so manually collecting 'sourceSets.main.output.classesDir' no
longer works (it only has the java class files). Fixed by adding 'with
jar' to the dist task.
(commit: 5b36417)
The file was modifiedbuild.gradle (diff)