Releases: alenkacz/gradle-scalafmt
Releases · alenkacz/gradle-scalafmt
Class initialization error fixed
Publishing to the Gradle plugin portal fixed
Previous versions, 1.15.0
and 1.16.0
were not published to the Gradle plugin portal, due to outdated upload plugin.
Performance optimization
feat: optimization as suggested in #34 (#41) Co-authored-by: Michal Augustýn <michal.augustyn@avast.com>
scalafmt 2.7.5
And also update to Gradle 6.8.3 and deprecation messages resolved so this plugin should be compatible with Gradle 7.
Gradle 6.x
Gradle 6.2.2 used, and minor dependencies updates.
1.13.0
Dependency resolution fixed
See #32 for more details.
Files in buildDir ignored
It doesn't make sense to format e.g. generated files (that typically lives in buildDir
.
Maven repositories passed to scalafmt
1.10.0 passing defined repositories to scalafmt (#28) (#31)
scalafmt-dynamic updated to 2.2.2
Also the project itself little bit refreshed - Gradle 5.6.4 used and minor Gradle plugins updates.