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
1fda142e
Commit
1fda142e
authored
Apr 27, 2021
by
王炜晨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
构建
parent
b6c7c443
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
2 deletions
+14
-2
build.gradle
backend/build.war/build.gradle
+10
-2
gradle.properties
backend/build.war/gradle.properties
+4
-0
No files found.
backend/build.war/build.gradle
View file @
1fda142e
...
...
@@ -16,7 +16,11 @@ buildscript {
}
else
if
(
"local"
.
equals
(
mavenRepo
))
{
repositories
{
maven
{
url
localPluginRepoUrl
credentials
{
username
getUsername
password
getPassword
}
url
mavenRepoUrl
}
maven
{
url
aliRepoUrl
...
...
@@ -72,7 +76,11 @@ repositories {
}
}
else
if
(
"local"
.
equals
(
mavenRepo
))
{
maven
{
url
localRepoUrl
credentials
{
username
getUsername
password
getPassword
}
url
mavenRepoUrl
}
maven
{
url
aliRepoUrl
...
...
backend/build.war/gradle.properties
View file @
1fda142e
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
mavenRepoUrl
=
http://maven.ifengban.com/repository/maven-all/
aliRepoUrl
=
http://maven.aliyun.com/nexus/content/groups/public/
localRepoUrl
=
http://10.2.37.35:8081/repository/maven-public/
publicRepoUrl
=
http://maven.ifengban.com/repository/maven-public/
...
...
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