We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7aed58 commit d17f67cCopy full SHA for d17f67c
lib/java_buildpack/component/base_component.rb
@@ -89,6 +89,7 @@ def release
89
# @return [Void]
90
def download(version, uri, name = @component_name)
91
download_start_time = Time.now
92
+ print "FIXMEDEBUG #{'----->'.red.bold} Downloading #{name.blue.bold} #{version.to_s.blue} from #{uri} "
93
print "#{'----->'.red.bold} Downloading #{name.blue.bold} #{version.to_s.blue} from #{uri.sanitize_uri} "
94
95
JavaBuildpack::Util::Cache::CacheFactory.create.get(uri) do |file, downloaded|
0 commit comments