2
0

Describe how to create a Java release.

This commit is contained in:
Maarten Billemont
2018-04-24 16:14:36 -04:00
parent 8f8920b91f
commit a16cb19311
2 changed files with 7 additions and 13 deletions

7
gradle/README.md Normal file
View File

@@ -0,0 +1,7 @@
To build a release distribution:
STORE_PW=$(mpw masterpassword.keystore) KEY_PW=$(mpw masterpassword-android) gradle assembleRelease
Note:
- At the time of writing, Android does not build with JDK 9+. As such, the above command must be ran with JAVA_HOME pointing to JDK 7-8.