Skip to content

Commit

Permalink
add publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierGF committed Jun 28, 2023
1 parent 79fa446 commit 05c4a23
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,15 @@ plugins {
id("org.jetbrains.kotlin.android") version "1.7.20" apply false
id("com.android.library") version "8.0.2" apply false
id("maven-publish")
}

publishing {
publications {
register<MavenPublication>("release") {
groupId = "com.github.JGomez-Dev"
artifactId = "drag-and-drop-compose-library"
version = "1.0.1"

}
}
}

0 comments on commit 05c4a23

Please sign in to comment.