Skip to content

Commit

Permalink
GH-2327 Exclude new MySQL jdbc artifact from minimize (Fix #2327)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk committed Jan 2, 2025
1 parent c63f35e commit b202895
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reposilite-backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ tasks.withType<ShadowJar> {
exclude(dependency("org.xerial:sqlite-jdbc.*"))
exclude(dependency("org.sqlite:.*"))
exclude(dependency("mysql:.*"))
exclude(dependency("com.mysql:.*"))
exclude(dependency("org.mariadb.jdbc:.*"))
exclude(dependency("org.postgresql:.*"))
exclude(dependency("org.h2:.*"))
Expand Down

0 comments on commit b202895

Please sign in to comment.