Releases: olisikh/gradle-scalastyle-plugin
Releases · olisikh/gradle-scalastyle-plugin
v3.5.0
v3.4.1
v3.4.0
Log stacktrace on failure and reduce size of command line for Scalastyle
- Stacktrace is now logged whenever Scalastyle execution fails, this required --stacktrace or --full-stacktrace argument while executing Gradle scalastyleCheck tasks
- Reduced size of the command line when Scalastyle is executed by changing paths provided to source set root scala folders instead of individual source files
Fix broken release of 3.3.0
As 3.2.0 release is broken, this release should fix the issue with wrong scalastyle dependency
Migrated to Scalastyle maintained by beautiful-scala.com
Use the latest Scalastyle dependency maintained by beautiful-scala.com community.
- trailing comma parse support tested
Upgraded to Gradle 6.0
3.1.1 Use Gradle 6.0 and align plugin code (#12)
Refactored plugin and adjusted configuration
Removed configuration keys: quiet, verbose, inputEncoding, outputEncoding, scalaVersion, scalastyleVersion from per-source-set configuration
Output property is only available to per-source-set configuration for overriding
Upgraded Gradle to 5.4.1
Merge pull request #8 from alisiikh/gradle5_upgrade Updated Gradle and fixed the travis build