diff --git a/build.gradle b/build.gradle index 83fb0fe..af55fb2 100644 --- a/build.gradle +++ b/build.gradle @@ -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 { @@ -67,6 +54,18 @@ allprojects { } +nexusPublishing { + repositories { + sonatype { + username = findProperty("nexusUsername") + password = findProperty("nexusPassword") + } + } + connectTimeout = Duration.ofMinutes(5) + clientTimeout = Duration.ofMinutes(5) +} + + subprojects { subproject ->