Skip to content

Releases: jguttman94/pre-commit-gradle

v0.3.0

08 Jan 22:03
efaf170
Compare
Choose a tag to compare

0.3.0 - 2021-01-08

Update - gradle-spotless now executes spotlessCheck and spotlessApply rather than spotlessJavaCheck and spotlessJavaApply. Now supports projects using Java Kotlin, Scala, etc.

Release - v0.2.1

11 Feb 02:32
82b0e22
Compare
Choose a tag to compare
  • Bug - Adjusted use of shell in python subprocess execution by using tuple expansion on command execution

Release - v0.2.0

06 Feb 01:05
99a695a
Compare
Choose a tag to compare
  • Safety checks on gradle and gradlew installations before execution
  • Refactoring common code snippets to utilities
  • Default disable output from gradle commands
  • '-o, --output' argument added to enable gradle output
  • Colored print statements using ANSI escape sequences
  • Human readable escape statements on missing gradle or gradle wrapper

Initial Release!

24 Jan 11:46
004b1e4
Compare
Choose a tag to compare
  • Initial functionality!