File tree Expand file tree Collapse file tree 3 files changed +7
-111
lines changed Expand file tree Collapse file tree 3 files changed +7
-111
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,12 @@ KOTLIN_VERSION=1.9.20
77
88kotlin.native.ignoreDisabledTargets =true
99
10- POM_URL =https://github.com/touchlab/SQLiter
11- POM_DESCRIPTION =Simple SQLite Driver
12- POM_NAME =SQLiter Native
1310POM_ARTIFACT_ID =sqliter
11+
12+ POM_NAME =SQLiter Native
13+ POM_DESCRIPTION =Simple SQLite Driver
14+ POM_URL =https://github.com/touchlab/SQLiter
15+
1416POM_SCM_URL =https://github.com/touchlab/SQLiter
1517POM_SCM_CONNECTION =scm:git:git://github.com/touchlab/SQLiter.git
1618POM_SCM_DEV_CONNECTION =scm:git:git://github.com/touchlab/SQLiter.git
@@ -21,7 +23,7 @@ POM_LICENCE_DIST=repo
2123
2224POM_DEVELOPER_ID =kpgalligan
2325POM_DEVELOPER_NAME =Kevin Galligan
24- POM_DEVELOPER_ORG =Kevin Galligan
26+ POM_DEVELOPER_ORG =Touchlab
2527POM_DEVELOPER_URL =https://touchlab.co/
2628
2729kotlin.mpp.enableCInteropCommonization =true
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import org.jetbrains.kotlin.konan.target.HostManager
22
33plugins {
44 kotlin(" multiplatform" )
5+ id(" com.vanniktech.maven.publish" ) version " 0.25.3"
56}
67
78val 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" )
You can’t perform that action at this time.
0 commit comments