aboutsummaryrefslogtreecommitdiffstats
path: root/screwdriver.yaml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2021-12-07 10:56:28 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2021-12-07 10:56:28 +0100
commit3edb3f2e6d7d209525811e27fa0f639c4b28e1a2 (patch)
tree6cdb7d22abdb0db0ac4a74ee957450495931eddb /screwdriver.yaml
parente2818c4593f6964e57bdbd332ebe0481d39bb0d8 (diff)
Catch errors caused by invalid Javadoc in PR build
Diffstat (limited to 'screwdriver.yaml')
-rw-r--r--screwdriver.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/screwdriver.yaml b/screwdriver.yaml
index 6ea74ae8a1d..14d9902d335 100644
--- a/screwdriver.yaml
+++ b/screwdriver.yaml
@@ -60,7 +60,7 @@ jobs:
environment:
LOCAL_MVN_REPO: "/tmp/vespa/mvnrepo"
- VESPA_MAVEN_EXTRA_OPTS: "-Dmaven.repo.local=/tmp/vespa/mvnrepo -Dmaven.javadoc.skip=true -Dmaven.source.skip=true"
+ VESPA_MAVEN_EXTRA_OPTS: "-Dmaven.repo.local=/tmp/vespa/mvnrepo -Dmaven.source.skip=true"
CCACHE_TMP_DIR: "/tmp/ccache_tmp"
CCACHE_DATA_DIR: "/tmp/vespa/ccache"
MAIN_CACHE_FILE: "/main_job_cache/vespa.tar"