Added
- Gradle daemon lifecycle management for faster builds. (#165)
Changed
- Framework detection now uses Gradle dependency resolution instead of build file parsing for more reliable detection across all DSL syntax, version catalogs, and dependency sources. (#165)
- Improved error messages with detailed troubleshooting steps, documentation links, and local reproduction guidance. (#165)
- Improve detection error message with better user experience and guidance for other build tools. (#168)
Removed
GRADLE_TESTPACK_LEGACY_TASK
legacy feature - always excludecheck
task during builds instead of justtest
task. (#165)- Gradle wrapper installation feature. Projects must include their own Gradle wrapper (
gradlew
). To add a wrapper, rungradle wrapper
locally and commit the generated files. The buildpack's default wrapper provision was deprecated in 2014 (see #17). (#165)