FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
java-ddd-example/settings.gradle at main · jsrois/java-ddd-example · GitHub
jsrois
/
java-ddd-example
Public template
forked from
CodelyTV/java-ddd-example
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
java-ddd-example
/
settings.gradle
Copy path
More file actions
More file actions
Latest commit
History
History
History
13 lines (9 loc) · 349 Bytes
Breadcrumbs
java-ddd-example
/
settings.gradle
Copy path
File metadata and controls
13 lines (9 loc) · 349 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
rootProject
.
name
=
'
java-ddd-example
'
include
'
:shared
'
project(
'
:shared
'
)
.
projectDir
=
new
File
(
'
src/shared
'
)
include
'
:analytics
'
project(
'
:analytics
'
)
.
projectDir
=
new
File
(
'
src/analytics
'
)
include
'
:backoffice
'
project(
'
:backoffice
'
)
.
projectDir
=
new
File
(
'
src/backoffice
'
)
include
'
:mooc
'
project(
'
:mooc
'
)
.
projectDir
=
new
File
(
'
src/mooc
'
)
Back
|
FazBrowse Home
|
New Git URL