Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lingxi-lxy-yanshou
Project
Project
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
后端-黄柯铭
lingxi-lxy-yanshou
Commits
915414f8
Commit
915414f8
authored
May 25, 2020
by
wangrican
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
配置优化
parent
495f709a
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
5 deletions
+12
-5
build.gradle
common/build.gradle
+7
-5
gradle-wrapper.jar
common/gradle/wrapper/gradle-wrapper.jar
+0
-0
gradle-wrapper.properties
common/gradle/wrapper/gradle-wrapper.properties
+5
-0
No files found.
common/build.gradle
View file @
915414f8
...
...
@@ -2,21 +2,23 @@ plugins {
id
'java'
}
group
'com.ssy.lingxi'
version
'2.0.0'
sourceCompatibility
=
1.8
repositories
{
maven
{
url
'http://10.0.0.21:8081/repository/maven-public/'
}
//mavenCentral()
maven
{
url
'https://maven.aliyun.com/repository/public'
}
mavenLocal
()
mavenCentral
()
}
tasks
.
withType
(
JavaCompile
)
{
options
.
encoding
=
'UTF-8'
}
dependencies
{
testCompile
group:
'junit'
,
name:
'junit'
,
version:
'4.12'
}
common/gradle/wrapper/gradle-wrapper.jar
0 → 100644
View file @
915414f8
File added
common/gradle/wrapper/gradle-wrapper.properties
0 → 100644
View file @
915414f8
distributionBase
=
GRADLE_USER_HOME
distributionPath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-6.3-bin.zip
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
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