Parcourir la source

Fixing JRE locations comparison

tags/light-jdk8u5+36
Ivan Dubrov il y a 10 ans
Parent
révision
af98d8dd70
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      build.gradle

+ 1
- 1
build.gradle Voir le fichier

@@ -23,7 +23,7 @@ project('hotspot') {
}

task prepareJvm {
onlyIf { jreFile != targetJreFile }
onlyIf { jreFile.canonicalPath != targetJreFile.canonicalPath }
doLast {
ant.copy(todir: targetJreFile) {
fileset(dir: jreFile)

Chargement…
Annuler
Enregistrer