Skip to content

v44

Choose a tag to compare

@Malax Malax released this 12 Sep 09:37
· 12 commits to main since this release
6f2ae8b

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)