Commit f0f80344 authored by 龚廖安's avatar 龚廖安

Merge branch 'yaojia' into 'master'

新增配置

See merge request !2
parents 03ffdab7 7f95e156
apply plugin: 'java'
apply plugin: 'idea'
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
compileJava.options.encoding = "UTF-8"
compileTestJava.options.encoding = "UTF-8"
repositories {
mavenLocal()
maven {
// allowInsecureProtocol = true
url "http://mvn.chenzhen.shop/repository/maven-public/"
}
maven { url "https://maven.aliyun.com/repository/central" }
mavenCentral()
maven { url 'https://repo.spring.io/release' }
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment