Skip to content

Commit

Permalink
Merge pull request #1068 from scottgai/main
Browse files Browse the repository at this point in the history
add aws-mysql-jdbc*.jar
  • Loading branch information
pivotal-david-osullivan authored Apr 15, 2024
2 parents cb94d38 + 4a0ebd1 commit a8a2b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/java_buildpack/framework/maria_db_jdbc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def supports?
private

def driver?
%w[mariadb-java-client*.jar mysql-connector-j*.jar].any? do |candidate|
%w[mariadb-java-client*.jar mysql-connector-j*.jar aws-mysql-jdbc*.jar].any? do |candidate|
(@application.root + '**' + candidate).glob.any?
end
end
Expand Down

0 comments on commit a8a2b9e

Please sign in to comment.