We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59b8446 commit ee061e7Copy full SHA for ee061e7
native/build.gradle
@@ -1,5 +1,5 @@
1
plugins {
2
- id "org.openbakery.xcode-plugin" version "0.20.1"
+ id "org.openbakery.xcode-plugin" version "0.21.0"
3
}
4
5
apply plugin: 'java'
@@ -24,7 +24,7 @@ task prepareXCodeBuild() {
24
println "LIBJLI_DY_LIB: ${LIBJLI_DY_LIB}";
25
26
xcodebuild.environment = [
27
- "JAVA_HOME_PATH": new String("${javahomeJRE}")
+ "JAVA_HOME_PATH": new String("${javahomeJRE}"),
28
"LIBJLI_DYLIB": new String("${LIBJLI_DY_LIB}")
29
]
30
src/com/oracle/appbundler/JavaAppLauncher
0 Bytes
0 commit comments