Skip to content

Commit 12fa695

Browse files
authored
Merge pull request #8 from gzchen008/develop
update gradle
2 parents f34a38a + 6ccc159 commit 12fa695

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,5 @@ application.port
4444
application.pid
4545
sys.pid
4646
tomcat/
47-
out/
47+
out/
48+
.source

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
buildscript {
1616
repositories {
17+
maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/'}
1718
mavenCentral()
1819
}
1920

@@ -28,6 +29,7 @@ apply plugin: 'org.springframework.boot'
2829
apply plugin: 'java'
2930

3031
repositories {
32+
maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/'}
3133
mavenCentral()
3234
}
3335

@@ -49,8 +51,6 @@ dependencies {
4951
compile ("org.assertj:assertj-core:3.9.0")
5052
compile ("mysql:mysql-connector-java:5.1.24")
5153
compile ("org.testng:testng:6.14.3")
52-
testCompile jmh
53-
5454
}
5555

5656
bootRun.doFirst { mkdir 'dist' }

0 commit comments

Comments
 (0)