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

Remove pip dependency check #31

Closed Michionlion closed 5 years ago

Michionlion commented 5 years ago

The pip dependency check is no longer needed. This PR additionally adds some documentation around dependency requirements, and increases the version to 0.3.1.

NOTE: This patch will not apply to existing labs, only gradle projects which use version 0.3.1 after the merge has been made.

gkapfham commented 5 years ago

Hello @Michionlion, I think that it is fine to merge in this PR. To confirm, once this is merged, anyone who wants to take advantage of this feature will need to bump the semver in their Gradle configuration? If that is the case, then we also need to make sure that we update the sample assignment repositories so that they are using the latest version of the Gradle plugin. Thanks for working on this issue!

Michionlion commented 5 years ago

@gkapfham That is correct. When you get the chance could you make an "approval" review?