Skip to content

Commit

Permalink
chore: publish stomp artifacts
Browse files Browse the repository at this point in the history
fix correct hyphen symbol
  • Loading branch information
timonback committed Jun 28, 2024
1 parent 793e129 commit 26374ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var bindings = [
'springwolf-kafka-binding',
'springwolf-sns-binding',
'springwolf-sqs-binding',
'springwolfstomp–binding'
'springwolf-stomp–binding'
]
var plugins = [
'springwolf-amqp',
Expand All @@ -39,7 +39,7 @@ var plugins = [
'springwolf-kafka',
'springwolf-sns',
'springwolf-sqs',
'springwolfstomp'
'springwolf-stomp'
]

allprojects {
Expand Down

0 comments on commit 26374ff

Please sign in to comment.