mirror of
https://github.com/corda/corda.git
synced 2025-01-01 02:36:44 +00:00
CORPRIV-659: Basic shell script to package DemoBench as DMG.
This commit is contained in:
parent
4960a472ef
commit
bb8aa50d68
10
package-demobench.sh
Executable file
10
package-demobench.sh
Executable file
@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
DIRNAME=$(dirname $0)
|
||||||
|
|
||||||
|
if [ -z "$JAVA_HOME" ]; then
|
||||||
|
echo "Please set JAVA_HOME correctly"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
exec $DIRNAME/gradlew -PpackageType=dmg javapackage
|
Loading…
Reference in New Issue
Block a user