Skip to content

Commit 0f3b618

Browse files
authored
Merge pull request #43 from nawaphonOHM/event-sourcing/main
Rename 'event_sourcing' module to 'messaging'
2 parents 0acaeb9 + f6d6be9 commit 0f3b618

File tree

26 files changed

+15
-15
lines changed

26 files changed

+15
-15
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ gradle.buildFinished {
2424
project.buildDir.deleteDir()
2525
}
2626

27-
def eventSourcesProject = ["event_sourcing@producer", "event_sourcing@consumer"]
27+
def eventSourcesProject = ["messaging@producer", "messaging@consumer"]
2828

2929
configure(subprojects.findAll { eventSourcesProject.contains(it.name) }) {
3030
apply plugin: 'java'

event_sourcing/consumer/build.gradle

Lines changed: 0 additions & 5 deletions
This file was deleted.

event_sourcing/producer/build.gradle

Lines changed: 0 additions & 5 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

messaging/consumer/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
group = 'nawaphon.microservices.messaging'
2+
version = '0.0.1'
3+
4+
5+
archivesBaseName = 'consumer'

0 commit comments

Comments
 (0)