Skip to main content

Module detect

Module detect 

Source
Expand description

Build system detection for JVM projects.

Scans for marker files (build.gradle, pom.xml, BUILD, build.sbt) to identify the build system in use. Priority order: Bazel > Gradle > Maven > sbt.

Structs§

DetectionResult
Result of build system detection.

Enums§

BuildSystem
JVM build system type.

Functions§

detect_build_system
Detect the build system for a JVM project.
discover_build_roots
Discover JVM build roots recursively under a repository root.