Bug 1904166 - Update scip-java to version 0.10.0. r=calu

Differential Revision: https://phabricator.services.mozilla.com/D214660
This commit is contained in:
Ryan VanderMeulen
2024-06-29 14:28:56 +00:00
parent 10e32d6c65
commit 44a081ecff

View File

@@ -149,7 +149,7 @@ allprojects {
// Use the semanticdb-javac and semanticdb-kotlinc plugins to generate semanticdb files for Searchfox
if (mozconfig.substs.ENABLE_MOZSEARCH_PLUGIN || mozconfig.substs.DOWNLOAD_ALL_GRADLE_DEPENDENCIES) {
def targetRoot = new File(topobjdir, "mozsearch_java_index")
def semanticdbJavacVersion = "com.sourcegraph:semanticdb-javac:0.9.10"
def semanticdbJavacVersion = "com.sourcegraph:semanticdb-javac:0.10.0"
def semanticdbKotlincVersion = "com.sourcegraph:semanticdb-kotlinc:0.4.0"
afterEvaluate {