Ver código fonte

Fixing JRE locations comparison

tags/light-jdk8u5+36
Ivan Dubrov 10 anos atrás
pai
commit
af98d8dd70
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      build.gradle

+ 1
- 1
build.gradle Ver arquivo

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

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

Carregando…
Cancelar
Salvar