Skip to content

Releases: olisikh/gradle-scalastyle-plugin

v3.5.0

21 May 20:36
Compare
Choose a tag to compare

Upgrade scalastyle version
Update README mentioning that beautifulscala's fork is being used

v3.4.1

08 Jul 15:18
b9300e8
Compare
Choose a tag to compare

Make classpath an input to ScalastyleCheckTask - #28

v3.4.0

18 May 07:29
9b50c5b
Compare
Choose a tag to compare
  • Better performance thanks to Gradle Worker API
  • Replaced usage of javaexec in favor of direct scala classes access through reflection

Log stacktrace on failure and reduce size of command line for Scalastyle

19 Apr 13:12
66a665e
Compare
Choose a tag to compare
  • 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

22 Feb 21:55
984372f
Compare
Choose a tag to compare

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

15 Feb 13:46
db880f9
Compare
Choose a tag to compare

Use the latest Scalastyle dependency maintained by beautiful-scala.com community.

  • trailing comma parse support tested

Upgraded to Gradle 6.0

01 Dec 15:57
bb61585
Compare
Choose a tag to compare
3.1.1

Use Gradle 6.0 and align plugin code (#12)

Refactored plugin and adjusted configuration

17 Jun 19:15
600e127
Compare
Choose a tag to compare

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

14 Jun 23:11
be9fa9d
Compare
Choose a tag to compare
Merge pull request #8 from alisiikh/gradle5_upgrade

Updated Gradle and fixed the travis build

3.0.0

07 Mar 19:48
6fd6105
Compare
Choose a tag to compare

Refactored plugin and made scala and scalstyle versions configurable
Renamed scalaStyle to scalastyle as it's the official name of the tool