Use remote Gradle cache
This commit is contained in:
parent
6a7c3f3815
commit
51acb20cdd
|
@ -0,0 +1 @@
|
||||||
|
org.gradle.caching=true
|
|
@ -1,3 +1,18 @@
|
||||||
|
plugins {
|
||||||
|
id 'com.devsoap.cache' version '1.2.1'
|
||||||
|
}
|
||||||
|
|
||||||
|
devsoap {
|
||||||
|
email = System.getenv("DEVSOAP_GRADLE_CACHE_EMAIL")
|
||||||
|
key = System.getenv("DEVSOAP_GRADLE_CACHE_KEY")
|
||||||
|
}
|
||||||
|
|
||||||
|
buildCache {
|
||||||
|
local {
|
||||||
|
enabled = false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
rootProject.name = 'pdf-parsers'
|
rootProject.name = 'pdf-parsers'
|
||||||
include 'caruna-invoice'
|
include 'caruna-invoice'
|
||||||
include 'helen-invoice'
|
include 'helen-invoice'
|
||||||
|
|
Loading…
Reference in New Issue