Skip to content

Commit

Permalink
Update group identity in consumer's build.gradle file
Browse files Browse the repository at this point in the history
The group value in the build.gradle file for the consumer has been updated. It previously pointed to a messaging namespace but reinforces now the architecture within event sourcing, thus matching the project's architecture more accurately.
  • Loading branch information
nawaphonOHM committed Mar 16, 2024
1 parent 51d1a8e commit d06f1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion messaging/event_sourcing/consumer/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
group = 'nawaphon.microservices.messaging.consumer'
group = 'nawaphon.microservices.event_sourcing.consumer'
version = '0.0.1'


Expand Down

0 comments on commit d06f1ae

Please sign in to comment.