gradle 적용 (fixed)

This commit is contained in:
Hyojin Ahn 2026-06-08 12:27:55 -04:00
parent 31717dd18a
commit a6102f4842
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ version = '0.0.1-SNAPSHOT'
description = 'Human Capital Management REST Api'
java {
sourceCompatibility = '17'
sourceCompatibility = '21'
}
configurations {