Skip to content

Commit

Permalink
Add JReleaser announce to Mastodon
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheman committed Aug 15, 2024
1 parent e7fd396 commit a02844d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ jreleaser {
}
inceptionYear = '2014'
copyright = '2024'

authors = ['Gernot Starke', 'Gerd Aschemann']
}

release {
Expand Down Expand Up @@ -115,6 +117,15 @@ jreleaser {
}
}
}

announce {
active = 'ALWAYS'

mastodon {
active = 'ALWAYS'
host = 'https://mastodon.social'
}
}
}

configure(subprojects) {
Expand Down

0 comments on commit a02844d

Please sign in to comment.