Commit 915414f8 authored by wangrican's avatar wangrican

配置优化

parent 495f709a
......@@ -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'
}
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
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