]> source.dussan.org Git - dcevm.git/commitdiff
Fixing JRE locations comparison
authorIvan Dubrov <idubrov@guidewire.com>
Fri, 25 Apr 2014 19:35:02 +0000 (12:35 -0700)
committerIvan Dubrov <idubrov@guidewire.com>
Fri, 25 Apr 2014 19:35:02 +0000 (12:35 -0700)
build.gradle

index 2d59edf32f78bb434570c72d6a595ece80f6e9cb..43cf19901c8260df89d2ddfcfaf2b6cd49831463 100644 (file)
@@ -23,7 +23,7 @@ project('hotspot') {
     }
 
     task prepareJvm {
-        onlyIf { jreFile != targetJreFile }
+        onlyIf { jreFile.canonicalPath != targetJreFile.canonicalPath }
         doLast {
             ant.copy(todir: targetJreFile) {
                 fileset(dir: jreFile)