project.toml is not being recognized? #33
Labels
good for mentorship
A good issue for a mentorship project.
roadmap/configurability
Issues/PRs that make the build process more flexible from an app developer perspective.
type/enhancement
Issue that requests a new feature or improvement.
so /cnb/lifecycle/creator has the argument
-project-metadata string path to project-metadata.toml (default "<layers>/project-metadata.toml")
which technically should support the project.toml file if I am not mistaken. Howevery no matter what I do - anything that I put inside this file has no effect on the buildpack. I'm using latest google buildpack builder
my project.toml:
yet when I run
I always get 3.9.5
I had to create a file in /platform/env/
so how to make project.toml supported?
I saw this implementation, but it seems hackish in nature, assuming buildpacks spec if supported.
The text was updated successfully, but these errors were encountered: