Skip to content

Commit 0fc5fc8

Browse files
committed
[1.0.0-SNAPSHOT]
Release plugin added
1 parent 5a9141e commit 0fc5fc8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

build.gradle

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,18 @@ subprojects {
124124
}
125125
}
126126

127+
nexusPublishing {
128+
packageGroup = groupId
129+
repositories {
130+
sonatype {
131+
username = System.getenv("OSS_USERNAME")
132+
password = System.getenv("OSS_PASSWORD")
133+
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
134+
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
135+
}
136+
}
137+
}
138+
127139
subprojects {
128140
apply plugin: "maven-publish"
129141
apply plugin: "org.sonarqube"

0 commit comments

Comments
 (0)