Skip to content

Commit

Permalink
Build DMG image for SDK #82 (#84)
Browse files Browse the repository at this point in the history
(cherry picked from commit bfc7143)
  • Loading branch information
andreysubbotin committed Mar 3, 2022
1 parent 5795d0d commit e3c392b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ apply plugin: 'base'
// fix non-writable files in 'legal/'
ext.osName = System.getProperty("os.name").toLowerCase()

ext.javaHome = project.hasProperty('targetOsJavaHome') ? project.property('targetOsJavaHome') : System.getProperty("JAVA_HOME") ?: System.getProperty("JAVA11_HOME")
ext.javaHome = System.getProperty("JAVA_HOME") ?: System.getProperty("JAVA11_HOME")

ext.targetOsPlatform = 'linux'
if (ext.osName.contains('mac')) {
Expand Down

0 comments on commit e3c392b

Please sign in to comment.