瀏覽代碼

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…
取消
儲存