Skip to content

Commit

Permalink
chore: publish stomp artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
timonback authored Jun 26, 2024
1 parent 5c03bb5 commit 84d71ae
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,17 @@ var bindings = [
'springwolf-jms-binding',
'springwolf-kafka-binding',
'springwolf-sns-binding',
'springwolf-sqs-binding'
'springwolf-sqs-binding',
'springwolf–stomp–binding'
]
var plugins = [
'springwolf-amqp',
'springwolf-cloud-stream',
'springwolf-jms',
'springwolf-kafka',
'springwolf-sns',
'springwolf-sqs'
'springwolf-sqs',
'springwolf–stomp'
]

allprojects {
Expand Down

0 comments on commit 84d71ae

Please sign in to comment.