Releases: EtienneMiret/sass-gradle-plugin
Releases · EtienneMiret/sass-gradle-plugin
1.5.2
Bug fixes:
- Gradle configuration cache not supported (#40)
1.5.1
Bug fixes:
- Fix warning due to enums accessibility (#36).
1.5.0
Improvements:
- Support for multi project builds no longer downloading
sass
once per project (#23).
- When applying this plugin to multiple sub-projects (instead of the root one),
sass
is downloaded in the root .gradle
(#24 (comment)).
- Better support for the Gradle Kotlin DSL (#29).
Bug fixes:
1.4.2
Work around bug #23, but don't actually fix it.
1.4.1
Bug fixes:
- Support ARM64 architecture in its default configuration (#22).
1.4.0
New features:
- Add switch to disable warnings (#19).
- Handle arm64 architectures (#21).
1.3.0
New features:
- Add switch to disable automatic copy to war (#17).
1.2.0
New features:
- Allow output path within war customization (#15).
Improvements:
- Dependencies upgrade (#16).
- New default dart-sass version is 1.49.9 (9b7d5aa).
1.1.2
Bug fixes:
- Remove the need to delete
${projectDir}/.gradle/sass
after changing sass version (#8).
1.1.1
Bug fixes:
- Sass version can actually be specified (#7)
Improvement:
- Java version is checked before publishing plugin to avoid regressions on #5 (5e72c47)
- Using lazy property evaluation (a34a2d3)