From 9d87fe56134171acd88f57ba8dc1b00d43d7c14e Mon Sep 17 00:00:00 2001 From: Taylor Smock Date: Wed, 7 Oct 2020 08:45:56 -0600 Subject: [PATCH] FIXUP: Update lsif due to indexer dropping flag See https://github.com/sourcegraph/lsif-java/commit/199fa8cbf4613679990e31bf87dd1795b6d76d6d#diff-10addec6648bff00c4ac7d074e08e7cfL62 for the offending commit and lines that were dropped for more information. Signed-off-by: Taylor Smock --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b4dd858..e25b053 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -99,7 +99,7 @@ code_navigation: - cd .. - ./gradlew generatePomFileForJosmPluginPublication - cp ./build/publications/josmPlugin/pom-default.xml ./pom.xml - - $(pwd)/lsif-java/build/install/lsifjava/bin/lsifjava -projectRoot . -out dump.lsif -debug + - $(pwd)/lsif-java/build/install/lsifjava/bin/lsifjava -projectRoot . -out dump.lsif -verbose artifacts: reports: lsif: dump.lsif