Closed cpiotr closed 3 years ago
What is the timeline to release the commits which address this?
It is blocking upgrading to Gradle 7.0 (release version) for my projects (ie, https://github.com/binkley/modern-java-practices) and is now manifesting as a CVE for commons-io 2.6 from the older PMD plugin bundled with Gradle 6.x which to fix needs Gradle 7.0.
If there are instructions for using a published SNAPSHOT-type build, I'd happy to try that out, but didn't see any directions in README.md
. I experimented with jitpack.io
, but wasn't sure how to get Gradle to use that for a plugin.
Fix available in https://github.com/unbroken-dome/gradle-testsets-plugin/releases/tag/v4.0.0 Thanks @tkrullmann!
TestSetBase
class callssourceSet.compileConfigurationName
: https://github.com/unbroken-dome/gradle-testsets-plugin/blob/1c6fc3fa1d23af767c6c6fb276308adf89aaf2e9/src/main/kotlin/org/unbrokendome/gradle/plugins/testsets/dsl/TestSetBase.kt#L74 This method has been removed in Gradle 7: https://github.com/gradle/gradle/blob/v7.0.0-RC2/subprojects/plugins/src/main/java/org/gradle/api/tasks/SourceSet.javaThe use of problematic API causes the following build script:
to fail with the following message:
Setup: