Skip to content

Commit

Permalink
GH-1849 Fix mariadb driver exclusion rule for shadowJar task
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk committed Jun 30, 2023
1 parent 151b35a commit 5dd07e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reposilite-backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ tasks.withType<ShadowJar> {
exclude(dependency("org.xerial:sqlite-jdbc.*"))
exclude(dependency("org.sqlite:.*"))
exclude(dependency("mysql:.*"))
exclude(dependency("org.mariadb:.*"))
exclude(dependency("org.mariadb.jdbc:.*"))
exclude(dependency("org.postgresql:.*"))
exclude(dependency("org.h2:.*"))
exclude(dependency("com.h2database:.*"))
Expand Down

0 comments on commit 5dd07e9

Please sign in to comment.