mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Fix licenser issues
This commit is contained in:
parent
23e65ac5d3
commit
73936bb10d
@ -90,7 +90,7 @@ allprojects {
|
|||||||
}
|
}
|
||||||
|
|
||||||
configure<LicenseExtension> {
|
configure<LicenseExtension> {
|
||||||
header.set(resources.text.fromFile(file("HEADER.txt")))
|
header(rootProject.file("HEADER.txt"))
|
||||||
include("**/*.java")
|
include("**/*.java")
|
||||||
newLine.set(false)
|
newLine.set(false)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user