1
0
Fork 0

Use remote Gradle cache

This commit is contained in:
John Ahlroos 2021-06-28 18:08:35 +03:00
parent 6a7c3f3815
commit 51acb20cdd
Signed by: john
GPG Key ID: 258D0F70DB84CD5D
2 changed files with 16 additions and 0 deletions

1
gradle.properties Normal file
View File

@ -0,0 +1 @@
org.gradle.caching=true

View File

@ -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'
include 'caruna-invoice'
include 'helen-invoice'