Skip to content

Commit e85e3b1

Browse files
committed
빌드 파일 수정
1 parent c8557db commit e85e3b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies {
2525
testImplementation 'junit:junit:4.12'
2626
testImplementation 'org.assertj:assertj-core:3.24.2'
2727
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.5'
28-
compileOnly 'org.projectlombok:lombok:1.18.10'
28+
implementation 'org.projectlombok:lombok:1.18.10'
2929
}
3030

3131
publishing {

0 commit comments

Comments
 (0)