Try Jenkins local bundlor snapshot
diff --git a/ebr/build.gradle b/ebr/build.gradle index 0682ba1..9ab9df4 100644 --- a/ebr/build.gradle +++ b/ebr/build.gradle
@@ -13,12 +13,12 @@ apply plugin: 'java' repositories { + mavenLocal() mavenCentral() ivy { url "http://build.eclipse.org/rt/virgo/ivy/bundles/release/" layout "pattern", { artifact "[organisation]/[module]/[revision]/[artifact]-[revision].[ext]" } } - maven { url 'http://repository.springsource.com/maven/bundles/external' } } } @@ -32,9 +32,9 @@ } dependencies { - bundlorRuntime('org.eclipse.virgo.bundlor:org.eclipse.virgo.bundlor.commandline:1.1.2.RELEASE') - bundlorRuntime('org.eclipse.virgo.bundlor:org.eclipse.virgo.bundlor:1.1.2.RELEASE') - bundlorRuntime('org.eclipse.virgo.bundlor:org.eclipse.virgo.bundlor.blint:1.1.2.RELEASE') + bundlorRuntime('org.eclipse.virgo.bundlor:org.eclipse.virgo.bundlor.commandline:1.2.0.D-20180309125043') + bundlorRuntime('org.eclipse.virgo.bundlor:org.eclipse.virgo.bundlor:1.2.0.D-20180309125043') + bundlorRuntime('org.eclipse.virgo.bundlor:org.eclipse.virgo.bundlor.blint:1.2.0.D-20180309125043') } task createBuildDir() {