mirror of
https://github.com/status-im/status-keycard.git
synced 2025-01-11 14:24:36 +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
|
||||
/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
|
||||
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