Skip to content

Commit

Permalink
Remove Sqldelight support descriptors
Browse files Browse the repository at this point in the history
Eliminates descriptors related to Sqldelight support, including specific dialects for MySQL and PostgreSQL. This streamlines the PublishConventions configuration by removing unnecessary entries.
  • Loading branch information
smyrgeorge committed Oct 5, 2024
1 parent d35319c commit 27c9fe3
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ class PublishConventions : Plugin<Project> {
"sqlx4k-mysql" to "A high-performance Kotlin Native database driver for MySQL.",
"sqlx4k-postgres" to "A high-performance Kotlin Native database driver for PostgreSQL.",
"sqlx4k-sqlite" to "A high-performance Kotlin Native database driver for SQLite.",
"sqlx4k-sqldelight" to "Sqldelight support for sqlx4k.",
"sqlx4k-sqldelight-dialect-mysql" to "Sqldelight support for sqlx4k (MySQL dialect).",
"sqlx4k-sqldelight-dialect-postgres" to "Sqldelight support for sqlx4k (PostgreSQL dialect).",
)

override fun apply(project: Project) {
Expand Down

0 comments on commit 27c9fe3

Please sign in to comment.