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
b6c7c443
Commit
b6c7c443
authored
Apr 27, 2021
by
王炜晨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
构建
parent
86449d05
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
22 deletions
+18
-22
build.gradle
backend/build.war/build.gradle
+7
-12
gradle.properties
backend/build.war/gradle.properties
+4
-4
settings-dev.gradle
backend/build.war/settings-dev.gradle
+1
-0
settings-dev.gradle
backend/settings-dev.gradle
+6
-6
No files found.
backend/build.war/build.gradle
View file @
b6c7c443
...
...
@@ -16,11 +16,10 @@ buildscript {
}
else
if
(
"local"
.
equals
(
mavenRepo
))
{
repositories
{
maven
{
credentials
{
username
getUsername
password
getPassword
}
url
mavenPluginRepoUrl
url
localPluginRepoUrl
}
maven
{
url
aliRepoUrl
}
}
configurations
.
all
{
...
...
@@ -73,15 +72,11 @@ repositories {
}
}
else
if
(
"local"
.
equals
(
mavenRepo
))
{
maven
{
credentials
{
username
getUsername
password
getPassword
}
url
mavenRepoUrl
url
localRepoUrl
}
maven
{
url
aliRepoUrl
}
url
aliRepoUrl
}
}
else
{
// default
jcenter
()
...
...
backend/build.war/gradle.properties
View file @
b6c7c443
group
=
com.beecode
version
=
1.0.0-SNAPSHOT
localPluginRepoUrl
=
http://10.2.37.35:8081/repository/maven-public/
mavenPluginRepoUrl
=
http://maven.ifengban.com/repository/maven-all/
mavenRepo
=
local
getUsername
=
maven-kunlun
getPassword
=
maven-kunlun
aliRepoUrl
=
http://maven.aliyun.com/nexus/content/groups/public/
mavenRepoUrl
=
http://maven.ifengban.com/repository/maven-all/
localRepoUrl
=
http://10.2.37.35:8081/repository/maven-public/
publicRepoUrl
=
http://maven.ifengban.com/repository/maven-public/
publicUsername
=
publicPassword
=
outFile
=
build/result.xml
backend/build.war/settings-dev.gradle
View file @
b6c7c443
...
...
@@ -140,6 +140,7 @@ includeBuild("../") {
substitute
module
(
'com.beecode:xyst.dinas.production'
)
with
project
(
':xyst.dinas.production'
)
substitute
module
(
'com.beecode:xyst.dinas.contract'
)
with
project
(
':xyst.dinas.contract'
)
substitute
module
(
'com.beecode:xyst.dinas.camera'
)
with
project
(
':xyst.dinas.camera'
)
substitute
module
(
'com.beecode:xyst.dinas.finance'
)
with
project
(
':xyst.dinas.finance'
)
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.sales'
)
with
project
(
':xyst.dinas.sales'
)
...
...
backend/settings-dev.gradle
View file @
b6c7c443
...
...
@@ -137,13 +137,13 @@ include "inz.init.data"
include
"inz.message"
include
"inz.query"
include
"inz.workflow"
include
"xyst.dinas.oa"
include
"xyst.dinas.biz"
include
"xyst.dinas.project"
include
"xyst.dinas.production"
include
"xyst.dinas.contract"
include
"xyst.dinas.camera"
include
"xyst.dinas.sales"
include
"xyst.dinas.contract"
include
"xyst.dinas.finance"
include
"xyst.dinas.oa"
include
"xyst.dinas.price"
include
"xyst.dinas.production"
include
"xyst.dinas.project"
include
"xyst.dinas.sales"
include
"xyst.dinas.transport"
include
"xyst.dinas.finance"
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