Update 'build.gradle'

bvn13 2022-12-21 20:05:21 +03:00
parent 9628c096e3
commit 5c866c0303
1 changed files with 6 additions and 0 deletions

View File

@ -39,6 +39,12 @@ subprojects {
sourceCompatibility = 17
targetCompatibility = 17
dependencyManagement {
imports {
mavenBom "org.springframework.cloud:spring-cloud-dependencies:${springCloudVersion}"
}
}
tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
}