mirror of
https://github.com/status-im/status-keycard.git
synced 2025-01-25 21:18:59 +00:00
make build work without setting environment variables
This commit is contained in:
parent
9427ccf48c
commit
b9b316cb95
3
.gitignore
vendored
3
.gitignore
vendored
@ -4,4 +4,5 @@
|
|||||||
|
|
||||||
# Gradle output
|
# Gradle output
|
||||||
/.gradle
|
/.gradle
|
||||||
/build
|
/build
|
||||||
|
/gradle.properties
|
@ -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
|
Other files will come and go until they are formalized as test scripts when we have a meaningful specification
|
||||||
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
|
Loading…
x
Reference in New Issue
Block a user