Skip to content

Commit

Permalink
Disable publication of the sqljs driver (#4108)
Browse files Browse the repository at this point in the history
  • Loading branch information
dellisd committed Apr 26, 2023
1 parent 062554a commit f40f855
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/sqljs-driver/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
plugins {
alias(libs.plugins.kotlin.multiplatform)
alias(libs.plugins.publish)
alias(libs.plugins.dokka)
}

Expand Down Expand Up @@ -35,5 +34,3 @@ kotlin {
}
}
}

apply from: "$rootDir/gradle/gradle-mvn-push.gradle"

0 comments on commit f40f855

Please sign in to comment.