From 77ee308635e748b2159ea638a9e50dd1d4f1a848 Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Mon, 2 Feb 2015 10:42:27 -0800 Subject: Punt on IDE validation in 2.12.x... ... until https://github.com/scala-ide/uber-build/issues/48 is fixed. --- scripts/jobs/integrate/ide | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts') diff --git a/scripts/jobs/integrate/ide b/scripts/jobs/integrate/ide index 5c1e6199e3..447f34f937 100755 --- a/scripts/jobs/integrate/ide +++ b/scripts/jobs/integrate/ide @@ -3,6 +3,9 @@ # requires env: scalaVersion (specifies binary already built from above checkout), WORKSPACE (provided by jenkins), repo_ref (HEAD of the scala checkout), # requires files: $baseDir/versions.properties (from checkout -- defines version numbers for modules used to build scala for dbuild...) +echo "IDE integration not yet available on 2.12.x. Punting." +exit 0 + # TODO: remove when integration is up and running if [ "woele$_scabot_last" != "woele1" ]; then echo "Scabot didn't mark this as last commit -- skipping."; exit 0; fi -- cgit v1.2.3