From f4451c149977fac5112c685b57accb635997399a Mon Sep 17 00:00:00 2001 From: Ben Soares Date: Wed, 24 Apr 2019 23:28:28 +0100 Subject: [PATCH] JAL-3224 minor fix for build.gradle and gradle eclipse --- .gitignore | 3 ++- build.gradle | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 11dcde1..e7a6bb8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ /*.project -.classpath +/.classpath +/.settings/org.eclipse.jdt.core.prefs /dist /clover /classes diff --git a/build.gradle b/build.gradle index 3f444be..adaf54d 100644 --- a/build.gradle +++ b/build.gradle @@ -39,6 +39,7 @@ if (clover.equals("true")) { // configure classpath/args for j8/j11 compilation +def jalviewDirAbsolutePath = file(jalviewDir).getAbsolutePath() def libDir def libDistDir def compile_source_compatibility -- 1.7.10.2