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 aaf05b4 commit 26be466Copy full SHA for 26be466
lib/java_buildpack/container/tomcat/tomcat_geode_store.rb
@@ -140,9 +140,9 @@ def detect_geode_tomcat_version
140
puts @droplet.sandbox + 'lib'
141
geode_modules_tomcat_pattern = /ge.*-tomcat(?<version>[0-9]*).*.jar/.freeze
142
Dir.foreach(@droplet.sandbox + 'lib') do |file|
143
+ puts "===DEBUG ABHISHEK==="
144
+ puts file
145
if geode_modules_tomcat_pattern.match(file)
- puts "===DEBUG ABHISHEK==="
- puts file
146
unless geode_tomcat_version.nil?
147
raise('Multiple versions of geode-modules-tomcat jar found. ' \
148
'Please verify your geode_store tar only contains one geode-modules-tomcat jar.')
0 commit comments