Chore: 빌드 안되는 문제 해결을 위해 build.gradle 수정
This commit is contained in:
parent
00e7160c41
commit
4d9a33b903
@ -74,3 +74,7 @@ dependencies {
|
|||||||
tasks.named('test') {
|
tasks.named('test') {
|
||||||
useJUnitPlatform()
|
useJUnitPlatform()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.withType(JavaCompile) {
|
||||||
|
options.compilerArgs << "-Xlint:deprecation" << "-Xlint:unchecked"
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user