mirror of
https://github.com/aljazceru/lnd-manageJ.git
synced 2026-01-20 14:34:24 +01:00
make warnings fail build
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user