Commit 9634294f authored by 窦家骏's avatar 窦家骏

Merge branch 'activity-0718' into 'master'

修改配置

See merge request nice.base/nice-gradle-config!4
parents 00819f56 d487937d
buildscript {
ext {
springBootVersion = '2.3.1.RELEASE'
}
repositories {
maven { url "https://maven.aliyun.com/repository/central" }
maven { url "https://plugins.gradle.org/m2/" }
mavenCentral()
}
dependencies {
classpath "org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}"
}
}
apply plugin: org.springframework.boot.gradle.plugin.SpringBootPlugin
apply plugin: io.spring.gradle.dependencymanagement.DependencyManagementPlugin
compileJava.options.encoding = "UTF-8"
compileTestJava.options.encoding = "UTF-8"
configurations {
developmentOnly
runtimeClasspath {
......
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