make warnings fail build

This commit is contained in:
Carsten Otto
2022-07-31 15:22:58 +02:00
parent f0e1f0e16d
commit e27eb59e8b

View File

@@ -26,9 +26,9 @@ repositories {
mavenCentral()
}
//tasks.withType(JavaCompile).configureEach {
// options.compilerArgs << '-Werror'
//}
tasks.withType(JavaCompile).configureEach {
options.compilerArgs << '-Werror'
}
dependencies {
implementation 'org.springframework.boot:spring-boot-starter'