사용자 권한 조회

This commit is contained in:
2025-09-26 09:47:11 +09:00
parent 6f707dcacd
commit f5cd4aa873
43 changed files with 1583 additions and 291 deletions

View File

@@ -92,6 +92,7 @@ clean {
}
tasks.withType(JavaCompile).configureEach {
options.annotationProcessorGeneratedSourcesDirectory = file(generatedSrcDir)
options.encoding = 'UTF-8'
}
jib {