Skip to content

Commit

Permalink
update: Switch maven group and add clarifying comments
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisCAD committed Dec 17, 2024
1 parent 727847e commit 0531c45
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,11 @@ class PublishPlugin : Plugin<Project> {
// Create the PublishExtension and add it to the project
val extension = target.extensions.create<PublishExtension>(PublishExtension.EXTENSION_NAME)

// target.group = "com.github.Infomaniak.multiplatform-SwissTransfer" // TODO Do not put this in production
target.group = "com.github.infomaniak.multiplatform_swisstransfer"
// We use the group just below to match jitpack convention (based on GitHub repo id)
target.group = "com.github.Infomaniak.multiplatform-SwissTransfer"

// This is the group name we are going to use in the future.
// target.group = "com.github.infomaniak.multiplatform_swisstransfer" //TODO: Use that once we host this out of jitpack.io
target.version = Versions.mavenVersionName

target.afterEvaluate {
Expand Down

0 comments on commit 0531c45

Please sign in to comment.