Skip to content

Commit 4150aae

Browse files
committed
test시 lombok관련 오류나지 않도록 설정 추가
1 parent 5b1c066 commit 4150aae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ dependencies {
2727
implementation 'org.springframework.cloud:spring-cloud-starter-oauth2:2.1.2.RELEASE'
2828
implementation 'com.google.code.gson:gson'
2929
compileOnly 'org.projectlombok:lombok'
30+
testCompileOnly 'org.projectlombok:lombok'
31+
testAnnotationProcessor 'org.projectlombok:lombok'
3032
runtimeOnly 'com.h2database:h2'
3133
runtimeOnly 'mysql:mysql-connector-java'
3234
annotationProcessor 'org.projectlombok:lombok'

0 commit comments

Comments
 (0)