diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index a7cf905..493919b 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -21,6 +21,6 @@ jobs:
distribution: temurin
cache: gradle
- name: Publish to Sonatype
- run: ./gradlew deploySonatype --no-parallel
+ run: ./gradlew deploySonatype
- name: Publish to GitHub Packages
run: ./gradlew deployGithub
diff --git a/.gitignore b/.gitignore
index fae668c..e772d6d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,7 @@
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
+/.idea/artifacts
.DS_Store
/build
/captures
diff --git a/.idea/artifacts/knee_annotations_frontend_0_1_0_rc1.xml b/.idea/artifacts/knee_annotations_frontend_0_1_0_rc1.xml
deleted file mode 100644
index c58128b..0000000
--- a/.idea/artifacts/knee_annotations_frontend_0_1_0_rc1.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- $PROJECT_DIR$/knee-annotations/build/libs
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/artifacts/knee_annotations_frontend_0_1_1_SNAPSHOT.xml b/.idea/artifacts/knee_annotations_frontend_0_1_1_SNAPSHOT.xml
deleted file mode 100644
index f45eba0..0000000
--- a/.idea/artifacts/knee_annotations_frontend_0_1_1_SNAPSHOT.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- $PROJECT_DIR$/knee-annotations/build/libs
-
-
-
\ No newline at end of file
diff --git a/.idea/artifacts/knee_annotations_frontend_0_2_0_SNAPSHOT.xml b/.idea/artifacts/knee_annotations_frontend_0_2_0_SNAPSHOT.xml
deleted file mode 100644
index 734a412..0000000
--- a/.idea/artifacts/knee_annotations_frontend_0_2_0_SNAPSHOT.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- $PROJECT_DIR$/knee-annotations/build/libs
-
-
-
\ No newline at end of file
diff --git a/.idea/artifacts/knee_annotations_frontend_0_3_0_SNAPSHOT.xml b/.idea/artifacts/knee_annotations_frontend_0_3_0_SNAPSHOT.xml
deleted file mode 100644
index c453508..0000000
--- a/.idea/artifacts/knee_annotations_frontend_0_3_0_SNAPSHOT.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- $PROJECT_DIR$/knee-annotations/build/libs
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/artifacts/knee_annotations_jvm_0_1_0_SNAPSHOT.xml b/.idea/artifacts/knee_annotations_jvm_0_1_0_SNAPSHOT.xml
deleted file mode 100644
index cf47572..0000000
--- a/.idea/artifacts/knee_annotations_jvm_0_1_0_SNAPSHOT.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- $PROJECT_DIR$/knee-annotations/build/libs
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/artifacts/knee_annotations_jvm_0_1_1_SNAPSHOT.xml b/.idea/artifacts/knee_annotations_jvm_0_1_1_SNAPSHOT.xml
deleted file mode 100644
index 5b92fb1..0000000
--- a/.idea/artifacts/knee_annotations_jvm_0_1_1_SNAPSHOT.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- $PROJECT_DIR$/knee-annotations/build/libs
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/artifacts/knee_runtime_frontend_0_1_0_SNAPSHOT.xml b/.idea/artifacts/knee_runtime_frontend_0_1_0_SNAPSHOT.xml
deleted file mode 100644
index 0d0f96b..0000000
--- a/.idea/artifacts/knee_runtime_frontend_0_1_0_SNAPSHOT.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- $PROJECT_DIR$/knee-runtime/build/libs
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/artifacts/knee_runtime_frontend_0_1_0_rc1.xml b/.idea/artifacts/knee_runtime_frontend_0_1_0_rc1.xml
deleted file mode 100644
index 966a793..0000000
--- a/.idea/artifacts/knee_runtime_frontend_0_1_0_rc1.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- $PROJECT_DIR$/knee-runtime/build/libs
-
-
-
\ No newline at end of file
diff --git a/.idea/artifacts/knee_runtime_frontend_0_1_1_SNAPSHOT.xml b/.idea/artifacts/knee_runtime_frontend_0_1_1_SNAPSHOT.xml
deleted file mode 100644
index ba7ca7c..0000000
--- a/.idea/artifacts/knee_runtime_frontend_0_1_1_SNAPSHOT.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- $PROJECT_DIR$/knee-runtime/build/libs
-
-
-
\ No newline at end of file
diff --git a/.idea/artifacts/knee_runtime_frontend_0_2_0_SNAPSHOT.xml b/.idea/artifacts/knee_runtime_frontend_0_2_0_SNAPSHOT.xml
deleted file mode 100644
index 6f75cf3..0000000
--- a/.idea/artifacts/knee_runtime_frontend_0_2_0_SNAPSHOT.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- $PROJECT_DIR$/knee-runtime/build/libs
-
-
-
\ No newline at end of file
diff --git a/.idea/artifacts/knee_runtime_frontend_0_3_0_SNAPSHOT.xml b/.idea/artifacts/knee_runtime_frontend_0_3_0_SNAPSHOT.xml
deleted file mode 100644
index 97b8760..0000000
--- a/.idea/artifacts/knee_runtime_frontend_0_3_0_SNAPSHOT.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- $PROJECT_DIR$/knee-runtime/build/libs
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/artifacts/knee_runtime_jvm_0_1_0_SNAPSHOT.xml b/.idea/artifacts/knee_runtime_jvm_0_1_0_SNAPSHOT.xml
deleted file mode 100644
index f2da70c..0000000
--- a/.idea/artifacts/knee_runtime_jvm_0_1_0_SNAPSHOT.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- $PROJECT_DIR$/knee-runtime/build/libs
-
-
-
\ No newline at end of file
diff --git a/build.gradle.kts b/build.gradle.kts
index 6326674..3df5c6e 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -1,5 +1,5 @@
import io.deepmedia.tools.deployer.DeployerExtension
-import io.deepmedia.tools.deployer.impl.SonatypeAuth
+import io.deepmedia.tools.deployer.specs.SonatypeAuth
plugins {
kotlin("multiplatform") apply false
@@ -15,7 +15,7 @@ subprojects {
// Publishing
plugins.withId("io.deepmedia.tools.deployer") {
extensions.configure {
- verbose.set(false)
+ verbose.set(true)
projectInfo {
description.set("A Kotlin Compiler Plugin for seamless communication between Kotlin/Native and Kotlin/JVM.")
@@ -35,6 +35,7 @@ subprojects {
// use "deploySonatype" to deploy to OSSRH / maven central
sonatypeSpec {
+ syncToMavenCentral = true
auth.user.set(secret("SONATYPE_USER"))
auth.password.set(secret("SONATYPE_PASSWORD"))
}
diff --git a/gradle.properties b/gradle.properties
index b3916d4..de89c8b 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -10,5 +10,5 @@ kotlin.mpp.import.enableKgpDependencyResolution=true
android.useAndroidX=true
-knee.version=1.0.0-rc1
+knee.version=1.0.0
knee.group=io.deepmedia.tools.knee
diff --git a/settings.gradle.kts b/settings.gradle.kts
index a0cfea3..9213cbf 100644
--- a/settings.gradle.kts
+++ b/settings.gradle.kts
@@ -12,7 +12,7 @@ pluginManagement {
kotlin("multiplatform") version "2.0.0" apply false
kotlin("plugin.serialization") version "2.0.0" apply false
kotlin("jvm") version "2.0.0" apply false
- id("io.deepmedia.tools.deployer") version "0.11.0" apply false
+ id("io.deepmedia.tools.deployer") version "0.12.0" apply false
}
}