Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cloud-fb
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王衍超
cloud-fb
Commits
a526b969
Commit
a526b969
authored
Jun 22, 2021
by
wukaiqiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commit gradle
parent
7b6f8c6c
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
3 deletions
+6
-3
build.gradle
backend/build.war/build.gradle
+2
-1
settings-dev.gradle
backend/build.war/settings-dev.gradle
+1
-0
settings.gradle
backend/build.war/settings.gradle
+1
-2
settings-dev.gradle
backend/settings-dev.gradle
+1
-0
settings.gradle
backend/settings.gradle
+1
-0
No files found.
backend/build.war/build.gradle
View file @
a526b969
...
...
@@ -147,7 +147,8 @@ dependencies {
compile
"com.beecode:xyst.dinas.price:${inzVersion}"
compile
"com.beecode:xyst.dinas.transport:${inzVersion}"
compile
"com.beecode:xyst.dinas.safe:${inzVersion}"
compile
"com.beecode:xyst.dinas.sales:${inzVersion}"
compile
"com.beecode:xyst.dinas.fileshared:${inzVersion}"
compile
"com.beecode:xyst.dinas.sales:${inzVersion}"
compile
"com.beecode:xyst.dinas.statistics:${inzVersion}"
compile
"com.beecode:xyst.dinas.finance:${inzVersion}"
providedRuntime
lib
.
spring_boot_starter_tomcat
...
...
backend/build.war/settings-dev.gradle
View file @
a526b969
...
...
@@ -144,6 +144,7 @@ includeBuild("../") {
substitute
module
(
'com.beecode:xyst.dinas.price'
)
with
project
(
':xyst.dinas.price'
)
substitute
module
(
'com.beecode:xyst.dinas.transport'
)
with
project
(
':xyst.dinas.transport'
)
substitute
module
(
'com.beecode:xyst.dinas.safe'
)
with
project
(
':xyst.dinas.safe'
)
substitute
module
(
'com.beecode:xyst.dinas.fileshared'
)
with
project
(
':xyst.dinas.fileshared'
)
substitute
module
(
'com.beecode:xyst.dinas.sales'
)
with
project
(
':xyst.dinas.sales'
)
substitute
module
(
'com.beecode:xyst.dinas.statistics'
)
with
project
(
':xyst.dinas.statistics'
)
}
...
...
backend/build.war/settings.gradle
View file @
a526b969
...
...
@@ -19,11 +19,10 @@ includeBuild("../") {
substitute
module
(
'com.beecode:xyst.dinas.camera'
)
with
project
(
':xyst.dinas.camera'
)
substitute
module
(
'com.beecode:xyst.dinas.price'
)
with
project
(
':xyst.dinas.price'
)
substitute
module
(
'com.beecode:xyst.dinas.safe'
)
with
project
(
':xyst.dinas.safe'
)
substitute
module
(
'com.beecode:xyst.dinas.fileshared'
)
with
project
(
':xyst.dinas.fileshared'
)
substitute
module
(
'com.beecode:xyst.dinas.transport'
)
with
project
(
':xyst.dinas.transport'
)
substitute
module
(
'com.beecode:xyst.dinas.sales'
)
with
project
(
':xyst.dinas.sales'
)
substitute
module
(
'com.beecode:xyst.dinas.finance'
)
with
project
(
':xyst.dinas.finance'
)
substitute
module
(
'com.beecode:xyst.dinas.statistics'
)
with
project
(
':xyst.dinas.statistics'
)
}
}
backend/settings-dev.gradle
View file @
a526b969
...
...
@@ -149,3 +149,4 @@ include "xyst.dinas.sales"
include
"xyst.dinas.transport"
include
"xyst.dinas.statistics"
include
"xyst.dinas.safe"
include
"xyst.dinas.fileshared"
backend/settings.gradle
View file @
a526b969
...
...
@@ -18,6 +18,7 @@ include "xyst.dinas.camera"
include
"xyst.dinas.price"
include
"xyst.dinas.transport"
include
"xyst.dinas.safe"
include
"xyst.dinas.fileshared"
include
"xyst.dinas.sales"
include
"xyst.dinas.finance"
include
"xyst.dinas.statistics"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment