Skip to content

Commit

Permalink
Fix debug(MavenPublication) (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliano1612 authored Oct 7, 2024
1 parent 96332d0 commit 55f9cbb
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions kotlin/mobilesdkrs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -118,15 +118,15 @@ publishing {
}
}
publications {
debug(MavenPublication) {
groupId = 'com.spruceid.mobile.sdk.rs'
artifactId = "mobilesdkrs"
version = System.getenv("VERSION")

afterEvaluate {
from components.release
}
}
// debug(MavenPublication) {
// groupId = 'com.spruceid.mobile.sdk.rs'
// artifactId = "mobilesdkrs"
// version = System.getenv("VERSION")

// afterEvaluate {
// from components.release
// }
// }
release(MavenPublication) {
groupId = 'com.spruceid.mobile.sdk.rs'
artifactId = "mobilesdkrs"
Expand Down

0 comments on commit 55f9cbb

Please sign in to comment.