1
0
Fork 0
pdf-parsers/settings.gradle

23 lines
395 B
Groovy
Raw Permalink Normal View History

2021-06-28 15:08:35 +00:00
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
}
}
2021-04-19 10:14:35 +00:00
rootProject.name = 'pdf-parsers'
include 'caruna-invoice'
2021-04-20 10:00:12 +00:00
include 'helen-invoice'
2021-04-20 11:22:33 +00:00
include 'composite-parsers'
2021-05-28 12:02:21 +00:00
include 'plugsurfing-invoice'
2021-07-02 07:54:37 +00:00
include 'rest-api'
2021-04-19 10:14:35 +00:00