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 bb37d7c commit f661d8aCopy full SHA for f661d8a
lib/java_buildpack/container/tomcat/tomcat_geode_store.rb
@@ -137,7 +137,7 @@ def create_cache_client_xml
137
def detect_geode_tomcat_version
138
geode_tomcat_version = nil
139
140
- geode_modules_tomcat_pattern = /geode-modules-tomcat(?<version>[0-9]*).*.jar/.freeze
+ geode_modules_tomcat_pattern = /ge.*-modules-tomcat(?<version>[0-9]*).*.jar/.freeze
141
Dir.foreach(@droplet.sandbox + 'lib') do |file|
142
if geode_modules_tomcat_pattern.match(file)
143
unless geode_tomcat_version.nil?
0 commit comments