make build work without setting environment variables

This commit is contained in:
Michele Balistreri 2017-09-21 16:29:28 +03:00
parent 9427ccf48c
commit b9b316cb95
2 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View File

@ -4,4 +4,5 @@
# Gradle output
/.gradle
/build
/build
/gradle.properties

View File

@ -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).
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