mirror of
https://github.com/revanced/jadb.git
synced 2025-02-11 01:26:47 +01:00
Build: Using JAVA_HOME to find jdk.
This commit is contained in:
parent
8e834fd096
commit
d8acf8d45f
@ -1,3 +1,2 @@
|
||||
path.variable.kotlin_bundled=/Applications/IntelliJ IDEA 15 CE.app/Contents/plugins/Kotlin/kotlinc
|
||||
path.variable.maven_repository=/Users/vidstige/.m2/repository
|
||||
jdk.home.1.6=/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
|
@ -3,10 +3,8 @@
|
||||
|
||||
|
||||
<property file="build.properties"/>
|
||||
<!-- Uncomment the following property if no tests compilation is needed -->
|
||||
<!--
|
||||
<property name="skip.tests" value="true"/>
|
||||
-->
|
||||
<property environment="env"/>
|
||||
<property name="jdk.home.1.6" value="${env.JAVA_HOME}"/>
|
||||
|
||||
<!-- Compiler options -->
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user