Kyle Moore
Kyle Moore
@bot-gradle test and merge
> @DPUkyle would you be interested in carrying this over the finish line? Yes - reassigned to me.
@ben-manes do you mind rerunning the CI actions and merging?
> @DPUkyle Try syncing with the latest code and push back up. I think you'd need to add me as a collaborator on your fork: https://github.com/jaredsburrows/gradle-versions-plugin/settings/access
I understand the failure cause. Tests in `com.github.benmanes.gradle.versions.KotlinDslUsageSpec` are parameterized to run with Gradle 5.6, despite the plugin being compiled against Gradle 7.4.2's API. Gradle 5.6 bundles Groovy 2.5.4, whereas...
@jaredsburrows please up the minimum version [here](https://github.com/jaredsburrows/gradle-versions-plugin/blob/pr/jaredsburrows/fix-XmlSlurper-deprecation/gradle-versions-plugin/src/main/kotlin/com/github/benmanes/gradle/versions/VersionsPlugin.kt#L13). This patch will run `KotlinDslUsageSpec` remove `5.6` and run the tests with the same version of Groovy as the Gradle wrapper uses: ```...
This is odd - your changes look good to me, but the checks fail running tests that have been removed from the class: https://scans.gradle.com/s/y2ohuqhdfmaf4/tests/overview?outcome=failed Updated: I think your fork is...
> I still see > > ``` > e: /home/runner/work/gradle-versions-plugin/gradle-versions-plugin/gradle-versions-plugin/build/classes/kotlin/main/com/github/benmanes/gradle/versions/updates/DependencyUpdatesTask.class: Class 'com/github/benmanes/gradle/versions/updates/DependencyUpdatesTask' was compiled with an incompatible version of Kotlin. The binary version of its bytecode is unknown, expected version...
@bot-gradle test RFN
Note: this is currently blocked pending resolution of [GROOVY-10772](https://issues.apache.org/jira/browse/GROOVY-10772)