Skip to content

Commit d1f06dc

Browse files
committed
misc: disable announcements for jreleaser
1 parent 6ec8cda commit d1f06dc

File tree

1 file changed

+3
-0
lines changed
  • build-plugins/build-support/src/main/kotlin/aws/sdk/kotlin/gradle/dsl

1 file changed

+3
-0
lines changed

build-plugins/build-support/src/main/kotlin/aws/sdk/kotlin/gradle/dsl/Publish.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,9 @@ fun Project.configureJReleaser() {
176176
active = Active.ALWAYS
177177
armored = true
178178
}
179+
announce {
180+
active = Active.NEVER
181+
}
179182
deploy {
180183
maven {
181184
mavenCentral {

0 commit comments

Comments
 (0)