layout cuối cùng, chỉ chỉnh hình ảnh nữa thôi

This commit is contained in:
NAS\NASPC
2026-06-04 15:10:12 +07:00
parent bab7e02b02
commit 1fd3b689c8
233 changed files with 31618 additions and 46 deletions
@@ -35,7 +35,7 @@ file("sonar-project.properties").withReader {
spotless {
java {
target = 'src/*/java/**/*.java'
target 'src/*/java/**/*.java'
// removeUnusedImports()
}
}
@@ -48,6 +48,7 @@ modernizer {
checkstyle {
toolVersion = "${libs.versions.checkstyle.get()}"
configFile = file("checkstyle.xml")
ignoreFailures = true
checkstyleTest.enabled = false
}