Skip to content

Commit

Permalink
Merge pull request #22 from LMAX-Exchange/disablegithubrelease
Browse files Browse the repository at this point in the history
Disable Releasing to GitHub in JReleaser
  • Loading branch information
davidcooke2 authored Oct 16, 2024
2 parents 16a0230 + 86ba840 commit f773dfa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,9 @@ jreleaser {
}
}
}
release {
github {
enabled = false
}
}
}

0 comments on commit f773dfa

Please sign in to comment.