Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Mar 15, 2022
1 parent cb5a60d commit a47dc00
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,3 @@ jar {
includeEmptyDirs = false
exclude 'com/demo/**'
}
if (version.endsWith('-SNAPSHOT')) {
nexusPublishing {
repositories {
sonatype {
nexusUrl = uri("https://s01.oss.sonatype.org/service/local/")
}
}
}
}

0 comments on commit a47dc00

Please sign in to comment.