How can I avoid loading buildpack components from cache on Bluemix?
问题 I want to automatically download all components of my buildpack from the internet every time I push or re-stage my application to be assured I have the latest versions. Currently I am seeing cached buildpack components being picked up for jboss buildpack :https://github.com/cloudfoundry-community/jboss-buildpack. -----> Downloaded app package (14M) -----> Downloaded app buildpack cache (181M) Cloning into '/tmp/buildpacks/jboss-buildpack'... -----> Java Buildpack Version: b96641c | https:/