Releases: cs125-illinois/gradlegrader
Add message after point increases
Add a message after point increases reminding students to commit.
Disable Incremental Compilation
Incremental compilation (a new feature in Gradle 4.10) does not play well with this plugin. Patch to disable it.
Adding Force Commit Support
This version adds support for forcing students to commit after their points on the assignment increases.
Fix deprecation warnings and generate tasks properly.
Fix the Gradle 5 deprecation warnings and generate task dependencies properly, rather than using execute.
Fix for previous release.
Handle package paths properly.
Handle packages
Add support for testing projects that build in packages.
Short circuit evaluation, enable output capture during tests
Add short-circuit evaluation to testing to avoid running tests if their dependencies don't compile. Also enable output capture during tests using showStreams in the configuration file.
Prevent checkstyle from preventing reporting
Prevent checkstyle from failing reporting.
Improve reporting
Report even when certain failures occur.
Spring 2018 Initial Release
Initial release for CS 125 Spring 2018. Quieted some warnings and a few changes to work around modifications to the grade.yaml configuration file.