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

1
.gitignore vendored
View File

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

View File

@ -9,3 +9,5 @@ Other files will come and go until they are formalized as test scripts when we h
and implementation. 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