'header file doesn't exist' error when using the Hierynomus Gradle License Plugin with build.gradle.kts
I'm trying to configure the Hierynomus Gradle License Plugin in my build.gradle.kts file, but I keep encountering the error:
A problem was found with the configuration of task ':licenseMain' (type 'LicenseCheck').
- In plugin 'com.hierynomus.gradle.license.LicenseBasePlugin' type 'com.hierynomus.gradle.license.tasks.LicenseCheck' property 'header' specifies file 'F:\Kod\Java\Plugin\mFly\LICENSE' which doesn't exist.
It seems like the plugin isn’t saving or applying the header variable...