You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently only support inference for JVM package repos like /jdk and /maven/.... We should consider infering index jobs for regular Java repos with Gradle and Maven builds.
The reason this is complicated to enable on sourcegraph.com is that many Gradle and Maven builds will fail to run scip-java index due to various issues (missing system dependencies, unsupported Gradle/Maven versions, ...). It's still possible to write custom inference logic with our new Lua support, which is likely to remain the recommended approach to auto-index Java repositories. Please contact Sourcegraph support if you need assistance to configure auto-indexing with Java repositories.
The text was updated successfully, but these errors were encountered:
varungandhi-src
changed the title
Enable auto-inference for Gradle and Maven codebases
Enable auto-inference for Gradle and Maven codebases
Mar 20, 2024
We currently only support inference for JVM package repos like
/jdk
and/maven/...
. We should consider infering index jobs for regular Java repos with Gradle and Maven builds.The reason this is complicated to enable on sourcegraph.com is that many Gradle and Maven builds will fail to run
scip-java index
due to various issues (missing system dependencies, unsupported Gradle/Maven versions, ...). It's still possible to write custom inference logic with our new Lua support, which is likely to remain the recommended approach to auto-index Java repositories. Please contact Sourcegraph support if you need assistance to configure auto-indexing with Java repositories.The text was updated successfully, but these errors were encountered: