Skip to content

Commit ee061e7

Browse files
committed
Update Plugin, fix Syntac error
1 parent 59b8446 commit ee061e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

native/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "org.openbakery.xcode-plugin" version "0.20.1"
2+
id "org.openbakery.xcode-plugin" version "0.21.0"
33
}
44

55
apply plugin: 'java'
@@ -24,7 +24,7 @@ task prepareXCodeBuild() {
2424
println "LIBJLI_DY_LIB: ${LIBJLI_DY_LIB}";
2525

2626
xcodebuild.environment = [
27-
"JAVA_HOME_PATH": new String("${javahomeJRE}")
27+
"JAVA_HOME_PATH": new String("${javahomeJRE}"),
2828
"LIBJLI_DYLIB": new String("${LIBJLI_DY_LIB}")
2929
]
3030
}
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)