summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2017-01-11Handle completely new files betterJoel Klinghed
First, a file that only exists as a buffer, not even saved yet: * Pick the first Java target found, it will probably work * Complain if not found instead of silently pretend the file is valid Second, a file that was added after the last gradle run so cache doesn't contain it: * If no fitting target was found, and the file exist and we used cached data, force a new gradle run
2017-01-11Add support for running checkstyle after compilationJoel Klinghed
2017-01-10Speedup compilationJoel Klinghed
2017-01-10Add a cache for gradle outputJoel Klinghed
2017-01-10Initial commitJoel Klinghed