summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>2019-02-26 20:02:13 +0100
committerAndrej Shadura <andrewsh@debian.org>2019-02-26 20:02:13 +0100
commit519efe609780bf92e74b736fbe0a6ecba43dedd1 (patch)
tree12215fd7bde5054a7554bc427abc61b27e6ccef7
parent00b57047fea5425160d0dd15e44693b1a047c149 (diff)
Disable Google APIs
Forwarded: not-needed Google Apis are not in Debian yet. Gbp-Pq: Name disable-google-apis.patch
-rw-r--r--build.gradle2
-rw-r--r--settings.gradle1
2 files changed, 1 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 6d60dbd02..e5593f345 100644
--- a/build.gradle
+++ b/build.gradle
@@ -153,7 +153,7 @@ ext {
'platformJvm', 'languageJvm', 'languageJava', 'languageGroovy', 'languageScala',
'platformNative', 'platformPlay', 'idePlay', 'languageNative', 'ideNative', 'testingBase',
'testingNative', 'testingJvm', 'pluginDevelopment', 'pluginUse', 'resourcesHttp',
- 'resourcesSftp', 'resourcesGcs', 'compositeBuilds', 'buildCacheHttp'
+ 'resourcesSftp', 'compositeBuilds', 'buildCacheHttp'
].collect { project(it) }
implementationPluginProjects = [
project('toolingApiBuilders')
diff --git a/settings.gradle b/settings.gradle
index 7e9587273..4b235acaa 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -30,7 +30,6 @@ include 'launcher'
include 'messaging'
include 'resources'
include 'resourcesHttp'
-include 'resourcesGcs'
include 'resourcesSftp'
include 'plugins'
include 'scala'