GatorEducator / gatorgradle

:electric_plug: Gradle Plugin to Enable Running GatorGrader as a Gradle Task
https://gatoreducator.github.io/gatorgradle/
GNU General Public License v2.0
7 stars 7 forks source link

Add ability to use quotes and colons in GatorGrader checks #77

Closed Michionlion closed 3 years ago

Michionlion commented 3 years ago

This PR fixes two long-standing and unreported issues: double-quotes and colons caused confusing errors when used in gatorgrader.yml entries. This fixes both of these issues by enabling escape of a : with \:, and allowing the use of ' and " to escape each other in gatorgrader.yml entries.

This PR also updates build.gradle to use more modern plugins, and removes old config files.