Skip to content

Commit

Permalink
Remove nexusPublishing.packageGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
lsuski authored Nov 16, 2021
1 parent 834acca commit 0fd421d
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,6 @@ ext {
}


nexusPublishing {
packageGroup = project.group
repositories {
sonatype {
username = findProperty("nexusUsername")
password = findProperty("nexusPassword")
}
}
connectTimeout = Duration.ofMinutes(5)
clientTimeout = Duration.ofMinutes(5)
}



allprojects {
repositories {
Expand All @@ -67,6 +54,18 @@ allprojects {
}


nexusPublishing {
repositories {
sonatype {
username = findProperty("nexusUsername")
password = findProperty("nexusPassword")
}
}
connectTimeout = Duration.ofMinutes(5)
clientTimeout = Duration.ofMinutes(5)
}


subprojects { subproject ->


Expand Down

0 comments on commit 0fd421d

Please sign in to comment.