Skip to content

Commit

Permalink
missing announcement to bluesky updated
Browse files Browse the repository at this point in the history
  • Loading branch information
morisil committed Jan 29, 2025
1 parent 14b8d02 commit ad5fc63
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ powerAssert {
)
}



// https://kotlinlang.org/docs/dokka-migration.html#adjust-configuration-options
dokka {
pluginsConfiguration.html {
Expand Down Expand Up @@ -155,6 +153,11 @@ jreleaser {
}
}
}
checksum {
individual = false
artifacts = false
files = false
}
announce {
webhooks {
create("discord") {
Expand All @@ -169,5 +172,9 @@ jreleaser {
subject = releaseAnnouncementSubject
message = releaseAnnouncement
}
bluesky {
active = Active.ALWAYS
status = releaseAnnouncement
}
}
}

0 comments on commit ad5fc63

Please sign in to comment.