From b9b316cb950b822704883fd257c602721b6504b0 Mon Sep 17 00:00:00 2001 From: Michele Balistreri Date: Thu, 21 Sep 2017 16:29:28 +0300 Subject: [PATCH] make build work without setting environment variables --- .gitignore | 3 ++- README.md | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6025c9a..8ebaa22 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ # Gradle output /.gradle -/build \ No newline at end of file +/build +/gradle.properties \ No newline at end of file diff --git a/README.md b/README.md index dfc107b..e5cafbe 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,6 @@ target hw. Currently it assumes that the default VISA AID and keys for the ISD a Other files will come and go until they are formalized as test scripts when we have a meaningful specification and implementation. -The project is built using Gradle with the [Fidesmo Javacard Gradle plugin](https://github.com/fidesmo/gradle-javacard). \ No newline at end of file +The project is built using Gradle with the [Fidesmo Javacard Gradle plugin](https://github.com/fidesmo/gradle-javacard). +You can set the JavaCard HOME not only through the enviroment but also creating a gradle.properties file with the property +"com.fidesmo.gradle.javacard.home" set to the correct path \ No newline at end of file