-
Bug
-
Resolution: Unresolved
-
Major
-
None
Hi!
Since https://github.com/jenkinsci/gradle-plugin/pull/640 the PCT is failing because com.gradle:configuration-maven-extension is not resolvable anymore.
Steps to reproduce:
- Ensure not having com.gradle:configuration-maven-extension in local/proxy Maven repository
- Execute PCT:
java -jar plugins-compat-tester-cli.jar test-plugins --working-dir=work --war=meta.war --include-plugins=gradle
Output:
[ERROR] Failed to execute goal on project gradle: Could not resolve dependencies for project org.jenkins-ci.plugins:gradle:hpi:2.16.999999-SNAPSHOT [ERROR] dependency: com.gradle:configuration-maven-extension:jar:1.0.0 (runtime) [ERROR] com.gradle:configuration-maven-extension:jar:1.0.0 was not found in https://proxy.artifacts.cloudbees.com/repository/staged/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of proxy.artifacts.cloudbees.com has elapsed or updates are forced