Skip to content

Commit f927901

Browse files
committed
Prep release
1 parent db3d704 commit f927901

File tree

3 files changed

+7
-111
lines changed

3 files changed

+7
-111
lines changed

gradle.properties

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ KOTLIN_VERSION=1.9.20
77

88
kotlin.native.ignoreDisabledTargets=true
99

10-
POM_URL=https://github.com/touchlab/SQLiter
11-
POM_DESCRIPTION=Simple SQLite Driver
12-
POM_NAME=SQLiter Native
1310
POM_ARTIFACT_ID=sqliter
11+
12+
POM_NAME=SQLiter Native
13+
POM_DESCRIPTION=Simple SQLite Driver
14+
POM_URL=https://github.com/touchlab/SQLiter
15+
1416
POM_SCM_URL=https://github.com/touchlab/SQLiter
1517
POM_SCM_CONNECTION=scm:git:git://github.com/touchlab/SQLiter.git
1618
POM_SCM_DEV_CONNECTION=scm:git:git://github.com/touchlab/SQLiter.git
@@ -21,7 +23,7 @@ POM_LICENCE_DIST=repo
2123

2224
POM_DEVELOPER_ID=kpgalligan
2325
POM_DEVELOPER_NAME=Kevin Galligan
24-
POM_DEVELOPER_ORG=Kevin Galligan
26+
POM_DEVELOPER_ORG=Touchlab
2527
POM_DEVELOPER_URL=https://touchlab.co/
2628

2729
kotlin.mpp.enableCInteropCommonization=true

gradle/gradle-mvn-mpp-push.gradle

Lines changed: 0 additions & 105 deletions
This file was deleted.

sqliter-driver/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import org.jetbrains.kotlin.konan.target.HostManager
22

33
plugins {
44
kotlin("multiplatform")
5+
id("com.vanniktech.maven.publish") version "0.25.3"
56
}
67

78
val GROUP: String by project
@@ -129,5 +130,3 @@ listOf(
129130
"mingwX64Test",
130131
"linkDebugTestMingwX64",
131132
).forEach { tasks.findByName(it)?.enabled = false }
132-
133-
apply(from = "../gradle/gradle-mvn-mpp-push.gradle")

0 commit comments

Comments
 (0)