Преглед изворни кода

Fixing JRE locations comparison

tags/light-jdk8u5+36
Ivan Dubrov пре 10 година
родитељ
комит
af98d8dd70
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      build.gradle

+ 1
- 1
build.gradle Прегледај датотеку

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

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

Loading…
Откажи
Сачувај