Use remote Gradle cache
This commit is contained in:
1
gradle.properties
Normal file
1
gradle.properties
Normal file
@ -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'
|
||||
include 'caruna-invoice'
|
||||
include 'helen-invoice'
|
||||
|
Reference in New Issue
Block a user