This repository was archived by the owner on Jul 27, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1717 distribution : ' zulu'
1818 java-version : 21
1919 - name : Publish to MavenCentral
20- run : ./gradlew publishToMavenCentral --no-configuration-cache
20+ run : ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache
2121 env :
2222 ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.MAVEN_CENTRAL_USERNAME }}
2323 ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
Original file line number Diff line number Diff line change 11import com.android.build.api.dsl.AarMetadata
2+ import org.jetbrains.kotlin.gradle.ExperimentalKotlinGradlePluginApi
23import org.jetbrains.kotlin.gradle.dsl.JvmTarget
34
45import org.jetbrains.kotlin.gradle.plugin.mpp.apple.XCFramework
@@ -9,10 +10,14 @@ plugins {
910 kotlin(" plugin.serialization" ) version " 2.0.0"
1011}
1112
13+ group = " io.github.msventurini"
14+ version = " 0.1.0"
15+
1216kotlin {
1317 androidTarget {
1418// publishLibraryVariants("release")
15-
19+ publishLibraryVariants(" release" )
20+ @OptIn(ExperimentalKotlinGradlePluginApi ::class )
1621 compilations.all {
1722 compileTaskProvider.configure {
1823 compilerOptions {
You can’t perform that action at this time.
0 commit comments