Skip to content

Commit

Permalink
Merge pull request #11 from Funkatronics/0-2-0
Browse files Browse the repository at this point in the history
fix publishing version
  • Loading branch information
Funkatronics authored Aug 29, 2023
2 parents bb8238c + 5564eac commit bff0f7a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,9 @@ kotlin {
}
}
}
}

mavenPublishing {
val artifactId: String by project
coordinates(group as String, artifactId, version as String)
}
12 changes: 9 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,22 @@ kotlin.mpp.enableGranularSourceSetsMetadata=true
kotlin.native.enableDependencyPropagation=false
android.useAndroidX=true

# Group name and project version, used when publishing. For official releases, the version should be
# provided to Gradle via '-P version="1.0"'.
group=io.github.funkatronics
artifactId=multimult
version=main-SNAPSHOT

SONATYPE_HOST=S01
RELEASE_SIGNING_ENABLED=true

SONATYPE_AUTOMATIC_RELEASE=true
SONATYPE_CONNECT_TIMEOUT_SECONDS=60
SONATYPE_CLOSE_TIMEOUT_SECONDS=900

GROUP=io.github.funkatronics
POM_ARTIFACT_ID=multimult
VERSION_NAME=main-SNAPSHOT
#GROUP=io.github.funkatronics
#POM_ARTIFACT_ID=multimult
#VERSION_NAME=main-SNAPSHOT

POM_NAME=MultiMult
POM_DESCRIPTION=A one-stop shop for ninary to text encoding
Expand Down

0 comments on commit bff0f7a

Please sign in to comment.