Closed Alex-Vol closed 7 years ago
This workaround exists to alleviate the issue since OpenClover does not expect or need an actual license file
clover {
licenseLocation = File.createTempFile('clover', '.license').absolutePath
}
Fixed, will be part of the 2.1.1 milestone
The plugin enforces a default location "$projectDir/clover.license" to be an existing file even when using OpenClover. With the introduction of OpenClover the licenseLocation should not assume a default location but instead have no assigned value. If a value is assigned we should validate it is an existing file otherwise do nothing.