Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Releases: cs125-illinois/gradlegrader

Add message after point increases

03 Sep 20:24
Compare
Choose a tag to compare
Pre-release

Add a message after point increases reminding students to commit.

Disable Incremental Compilation

02 Sep 21:14
Compare
Choose a tag to compare
Pre-release

Incremental compilation (a new feature in Gradle 4.10) does not play well with this plugin. Patch to disable it.

Adding Force Commit Support

02 Sep 15:53
Compare
Choose a tag to compare
Pre-release

This version adds support for forcing students to commit after their points on the assignment increases.

Fix deprecation warnings and generate tasks properly.

05 Apr 12:58
Compare
Choose a tag to compare

Fix the Gradle 5 deprecation warnings and generate task dependencies properly, rather than using execute.

Fix for previous release.

03 Apr 03:13
Compare
Choose a tag to compare
Pre-release

Handle package paths properly.

Handle packages

02 Apr 12:41
Compare
Choose a tag to compare
Handle packages Pre-release
Pre-release

Add support for testing projects that build in packages.

Short circuit evaluation, enable output capture during tests

31 Mar 14:56
Compare
Choose a tag to compare

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

14 Jan 22:59
Compare
Choose a tag to compare

Prevent checkstyle from failing reporting.

Improve reporting

14 Jan 19:28
Compare
Choose a tag to compare
Improve reporting Pre-release
Pre-release

Report even when certain failures occur.

Spring 2018 Initial Release

13 Jan 22:24
Compare
Choose a tag to compare
Pre-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.