Explorar el Código

Fixing JRE locations comparison

tags/light-jdk8u5+36
Ivan Dubrov hace 10 años
padre
commit
af98d8dd70
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      build.gradle

+ 1
- 1
build.gradle Ver fichero

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

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

Cargando…
Cancelar
Guardar