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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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 exclude check task during builds instead of just test task. (#165)
Gradle wrapper installation feature. Projects must include their own Gradle wrapper (gradlew). To add a wrapper, run gradle wrapper locally and commit the generated files. The buildpack's default wrapper provision was deprecated in 2014 (see #17). (#165)