Skip to content

Releases: heroku/heroku-buildpack-gradle

v48

17 Sep 16:42
858f93e

Choose a tag to compare

Fixed

  • Fix stage task detection to work regardless of whether task has a description. (#177)

v47

16 Sep 11:15
e478030

Choose a tag to compare

v47
  • Improve test-compile resilience and performance. (#175)

v46

15 Sep 11:35
3b8812c

Choose a tag to compare

v46

Fixed

  • Guard against missing gradlew during daemon cleanup to prevent "No such file or directory" errors. (#172)

v45

12 Sep 17:28
1e6d8e0

Choose a tag to compare

v45

Fixed

  • Fix build failures when users have org.gradle.vfs.watch=true in their project gradle.properties by explicitly disabling file system watching in buildpack configuration, as it's incompatible with org.gradle.projectcachedir. (#170)

v44

12 Sep 09:37
6f2ae8b

Choose a tag to compare

v44

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)

v43

14 Jul 09:32
2e27230

Choose a tag to compare

v43
  • Exclude JAR files with plain, sources and javadoc file name suffixes from being used as default process types for Spring Boot and Micronaut apps. (#152, #155)

v42

14 Jul 09:12
09e409b

Choose a tag to compare

v42
Prepare release v40 (#146)

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>