From: Ben Soares Date: Thu, 5 Sep 2019 09:53:35 +0000 (+0100) Subject: JAL-3210 next attempts to use goomph (a gradle eclipse-as-disposable-build-artifact... X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=9b0bf59c743413e08a272dae04d7347f1163e90b JAL-3210 next attempts to use goomph (a gradle eclipse-as-disposable-build-artifact plugin) --- 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