-
Bug
-
Resolution: Fixed
-
Blocker
-
None
-
core 1.535 or later
When trying to use the Gradle JPI plugin with core versions 1.535 or later, the following problem occurs:
FAILURE: Build failed with an exception. * What went wrong: Could not resolve all dependencies for configuration ':job-dsl-plugin:testCompile'. > Could not find org.jenkins-ci.main:ui-samples-plugin:1.547. Required by: org.jenkins-ci.plugins:job-dsl-plugin:1.20-SNAPSHOT
From what I saw in the Jenkins Maven repo, the ui-samples-plugin seems to be released independently from core. The latest version is 2.0.
Hrm. That's annoying. Let me think about how we want to handle this such that it'll work with earlier versions of core where ui-samples-plugin was released with core as well as newer ones...