git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bd2350
)
JAL-3224 minor fix for build.gradle and gradle eclipse
author
Ben Soares
<bsoares@dundee.ac.uk>
Wed, 24 Apr 2019 22:28:28 +0000
(23:28 +0100)
committer
Ben Soares
<bsoares@dundee.ac.uk>
Wed, 24 Apr 2019 22:28:28 +0000
(23:28 +0100)
.gitignore
patch
|
blob
|
history
build.gradle
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index
11dcde1
..
e7a6bb8
100644
(file)
--- 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
(file)
--- 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