Add back license files

master
Robinson 2022-11-16 22:12:51 +01:00
parent 6e225e51cb
commit f3587668a6
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,9 @@ class LicensePlugin : Plugin<Project> {
extension.allPossibleOutput().forEach {
it.delete()
}
// always regen the license files (technically, a `clean` should remove temp stuff -- however license files are not temp!)
generateLicenseFiles.actions[0].execute(generateLicenseFiles)
}
}
}