Skip to content

Commit

Permalink
Prep release
Browse files Browse the repository at this point in the history
  • Loading branch information
kpgalligan committed Nov 5, 2023
1 parent db3d704 commit f927901
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 111 deletions.
10 changes: 6 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ KOTLIN_VERSION=1.9.20

kotlin.native.ignoreDisabledTargets=true

POM_URL=https://github.com/touchlab/SQLiter
POM_DESCRIPTION=Simple SQLite Driver
POM_NAME=SQLiter Native
POM_ARTIFACT_ID=sqliter

POM_NAME=SQLiter Native
POM_DESCRIPTION=Simple SQLite Driver
POM_URL=https://github.com/touchlab/SQLiter

POM_SCM_URL=https://github.com/touchlab/SQLiter
POM_SCM_CONNECTION=scm:git:git://github.com/touchlab/SQLiter.git
POM_SCM_DEV_CONNECTION=scm:git:git://github.com/touchlab/SQLiter.git
Expand All @@ -21,7 +23,7 @@ POM_LICENCE_DIST=repo

POM_DEVELOPER_ID=kpgalligan
POM_DEVELOPER_NAME=Kevin Galligan
POM_DEVELOPER_ORG=Kevin Galligan
POM_DEVELOPER_ORG=Touchlab
POM_DEVELOPER_URL=https://touchlab.co/

kotlin.mpp.enableCInteropCommonization=true
Expand Down
105 changes: 0 additions & 105 deletions gradle/gradle-mvn-mpp-push.gradle

This file was deleted.

3 changes: 1 addition & 2 deletions sqliter-driver/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import org.jetbrains.kotlin.konan.target.HostManager

plugins {
kotlin("multiplatform")
id("com.vanniktech.maven.publish") version "0.25.3"
}

val GROUP: String by project
Expand Down Expand Up @@ -129,5 +130,3 @@ listOf(
"mingwX64Test",
"linkDebugTestMingwX64",
).forEach { tasks.findByName(it)?.enabled = false }

apply(from = "../gradle/gradle-mvn-mpp-push.gradle")

0 comments on commit f927901

Please sign in to comment.