docker-mendix-buildpack icon indicating copy to clipboard operation
docker-mendix-buildpack copied to clipboard

Build fails with cf-mendix-buildpack v4.29.0 and above

Open Christophe-Vico opened this issue 2 years ago • 0 comments

My builds are failing when I use docker-mendix-buildpack v3.5.1 in conjunction with cf-mendix-buildpack v.29.0 or above.

' Traceback (most recent call last): File "./compilation", line 72, in make_dependencies_reusable() File "./compilation", line 56, in make_dependencies_reusable jre = java.determine_jdk(runtime.get_java_version(runtime.get_runtime_version(BUILD_PATH)), 'jre') AttributeError: module 'buildpack.core.java' has no attribute 'determine_jdk' '

'determine_jdk' has indeed been removed from cf-mendix-buildpack/buildpack.core.java v.4.29.0 and above.

Christophe-Vico avatar May 30 '22 13:05 Christophe-Vico