From 9b0bf59c743413e08a272dae04d7347f1163e90b Mon Sep 17 00:00:00 2001 From: Ben Soares Date: Thu, 5 Sep 2019 10:53:35 +0100 Subject: [PATCH] JAL-3210 next attempts to use goomph (a gradle eclipse-as-disposable-build-artifact plugin) --- build.gradle | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build.gradle b/build.gradle index 62fa472..5ceb4fa 100644 --- a/build.gradle +++ b/build.gradle @@ -8,6 +8,7 @@ plugins { id 'java' id 'application' id 'eclipse' + id 'com.diffplug.gradle.oomph.ide' version '3.18.0' } repositories { @@ -300,6 +301,14 @@ task jalviewjsSetTempEclipseWorkspace { println("ECLIPSE WORKSPACE: "+tempEclipseWorkspace.getPath()) } +oomphIde { + repoEclipseLatest() + jdt { + } + repo 'http://download.eclipse.org/buildship/updates/e45/milestones/3.x/' + feature 'org.eclipse.buildship' +} + task jalviewjsEclipseSetup { dependsOn jalviewjsEclipseCopyDropins dependsOn jalviewjsEclipseCopyPlugins -- 1.7.10.2