chore(build): enable Spotless license header sync by default

This commit is contained in:
Harsh Shandilya 2023-04-19 12:37:40 +05:30
parent 6b164f84d9
commit 5452c55e86
No known key found for this signature in database

View file

@ -88,3 +88,6 @@ kotlin.daemon.jvmargs=-Dfile.encoding=UTF-8 \
--add-opens=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED \
--add-opens=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
--add-opens=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
# Make Spotless default to keeping license headers years in sync
spotlessSetLicenseHeaderYearsFromGitHistory=true