Gradle Plugin Best Practices Plugin changelog
- [Fixed] Baseline was not respected.
- [New] Warn about using Eager APIs on TaskContainer.
- [Fixed] Use moshi instead of kotlinx-serialization.
- Use Kotlin 1.7.20.
- [Fixed] Use kotlinx.serialization 1.3.3 instead of 1.4.0 (to sync on Kotlin 1.6.21).
- [New] New
gradleBestPractices
DSL with two configuration options:logging
andbaseline
. See KDoc for more info. - Now using externally-published
com.autonomousapps:graph-support:0.1
library.
- Changed package
com.autonomousapps.internal.graph
tocom.autonomousapps.internal.graphs
to workaround classpath issue with dependency-analysis plugin. I should really publish that package as a standalone artifact...
- [New] Fail build if issues are discovered.
Initial release.