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

Releases: cs125-illinois/gradlegrader

Complete rewrite

03 Jun 15:45
Compare
Choose a tag to compare
Complete rewrite Pre-release
Pre-release

Completely rewrote the plugin, in Kotlin and with Gradle 5 compatibility.

Prevent checkstyle Syntax Errors from Failing Build

03 Feb 16:38
Compare
Choose a tag to compare

This change prevents checkstyle errors from causing the entire build to fail.

Another Grading Configuration Fix

30 Jan 21:26
Compare
Choose a tag to compare
Pre-release

Avoid conflicts with Android Studio caused by over-eager configuration.

Another Fix to Ensure Correct Rebuilds

30 Jan 00:20
Compare
Choose a tag to compare
Pre-release

Fixes a bug with 0.13.2 that could produce inconsistent results.

Use New Registration Interface

29 Jan 21:05
Compare
Choose a tag to compare
Pre-release

Update to use new task registration interface to avoid unnecessary configuration. Also fixes problem with testing on Android Studio.

Use Task Registration Interface

29 Jan 20:59
Compare
Choose a tag to compare
Pre-release

Update to use new Gradle task registration interface to avoid interfering with other tasks. Fixes a testing problem on Android Studio.

Support for Task-Based Grading

28 Jan 02:32
Compare
Choose a tag to compare
Pre-release

This change adds support for task-based grading.

Fix for package builds

15 Oct 01:18
Compare
Choose a tag to compare
Pre-release

Small fix to enable builds with a package.

Fix Default Builds

27 Sep 16:12
Compare
Choose a tag to compare
Fix Default Builds Pre-release
Pre-release

Fix problems with default builds caused by plugin build reconfiguration, which is now moved to a task.

Fix Multi-File Builds

27 Sep 12:43
Compare
Choose a tag to compare
Fix Multi-File Builds Pre-release
Pre-release

Fix a bug affecting multi-file builds.