Skip to content

Commit

Permalink
release: Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
erenalpaslan committed Sep 25, 2023
1 parent 5cb7e49 commit 2db64e0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions removebg/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ dependencies {
androidTestImplementation(libs.espresso.core)
}

afterEvaluate {
publishing {
publications {
create<MavenPublication>("maven") {
groupId = "dev.eren"
artifactId = "removebg"
version = "1.0.2"
publishing {
publications {
register<MavenPublication>("release") {
groupId = "dev.eren"
artifactId = "removebg"
version = "1.0.2"

afterEvaluate {
from(components["release"])
}
}
Expand Down

0 comments on commit 2db64e0

Please sign in to comment.