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§
- Detection
Result - Result of build system detection.
Enums§
- Build
System - 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.