-
Notifications
You must be signed in to change notification settings - Fork 515
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not find com.squareup.sqldelight:sqljs-driver:1.3.0. #1667
Comments
It is not published due to limitations in our publishing infrastructure. |
So it the solution to publish in your local maven repo? I assume this has a planned fix? |
Right now no one is working on it |
Are there any particular build instructions needed to build this locally? |
so, I guess not too surprisingly, it looks like following is what's needed ./drivers/sqljs-driver/build/libs/sqljs-driver-1.4.0-SNAPSHOT.jar Have pulled that in to project here but struggling a bit with using |
Publishing js artifacts should be possible with the next version of the gradle-maven-publish-plugin (vanniktech/gradle-maven-publish-plugin/pull/168). I'll open a PR here to enable that once that version is available. |
Awesome, thanks
…On Mon, Oct 26, 2020 at 4:52 PM Derek Ellis ***@***.***> wrote:
Publishing js artifacts should be possible with the next version of the
gradle-maven-publish-plugin (
vanniktech/gradle-maven-publish-plugin#168
<vanniktech/gradle-maven-publish-plugin#168>).
I'll open a PR here to enable that once that version is available.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1667 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMZBQD3WZZEYMYD5JR5GUTSMXORNANCNFSM4MSXNA5Q>
.
|
I am creating kotlin multiplatform library. I will be providing support for JVM and JS. But I am not able to include sqljs-driver. Please check my build.gradle:
But I am getting below error:
Don't we have sqljs driver already written? Like I am just trying to install the way mentioned in readme.md
Any help would be appreaciated! Thanks.
The text was updated successfully, but these errors were encountered: