Skip to content

0.1.2

Compare
Choose a tag to compare
@DavidGregory084 DavidGregory084 released this 17 Mar 16:11
· 104 commits to main since this release
v0.1.2
50d24e3

Removed

This release removes the addition of copyright headers to Gradle Kotlin DSL files, since it doesn't work very well.

The LicenseHeaderStep from Spotless requires a regex in order to determine the location of the header in the file, and since Gradle build files can have declarations in essentially any order, coming up with a general regex is pretty hard.