Fix licenser issues

This commit is contained in:
NotMyFault 2021-05-17 09:31:33 +02:00
parent 23e65ac5d3
commit 73936bb10d
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C

View File

@ -90,7 +90,7 @@ allprojects {
}
configure<LicenseExtension> {
header.set(resources.text.fromFile(file("HEADER.txt")))
header(rootProject.file("HEADER.txt"))
include("**/*.java")
newLine.set(false)
}