mirror of
https://github.com/status-im/status-keycard.git
synced 2025-01-26 21:48:53 +00:00
make build work without setting environment variables
This commit is contained in:
parent
9427ccf48c
commit
b9b316cb95
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
|||||||
# Gradle output
|
# Gradle output
|
||||||
/.gradle
|
/.gradle
|
||||||
/build
|
/build
|
||||||
|
/gradle.properties
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user