Update build.gradle
This commit is contained in:
parent
12d228c089
commit
3342333665
@ -20,11 +20,14 @@ repositories {
|
|||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencyManagementExport.projects = subprojects
|
dependencyManagementExport.projects = subprojects.findAll { !it.name.contains('-boot') }
|
||||||
|
|
||||||
subprojects {
|
subprojects {
|
||||||
plugins.withType(JavaPlugin) {
|
plugins.withType(JavaPlugin) {
|
||||||
project.sourceCompatibility = '1.8'
|
project.sourceCompatibility = "1.8"
|
||||||
|
}
|
||||||
|
tasks.withType(JavaCompile) {
|
||||||
|
options.encoding = "UTF-8"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user