Skip to content

Commit

Permalink
chore: update build file
Browse files Browse the repository at this point in the history
  • Loading branch information
mohnoor94 committed Sep 12, 2024
1 parent 70ccefd commit a6c8cd1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions code/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,12 @@ publishing {
}
}

doLast {
}

tasks.named("publishMavenJavaPublicationToMavenRepoRepository") { task ->
task.doLast {
println "Publication 'mavenJava' successfully published to MavenRepo!"
}

}

//signing {
Expand Down

0 comments on commit a6c8cd1

Please sign in to comment.