Skip to content

Commit 28c95c5

Browse files
committed
Add dependencies to pass test
1 parent 472e96a commit 28c95c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ dependencies {
77
api libs.jtokkit
88
compileOnly libs.lombok
99
annotationProcessor libs.lombok
10+
testCompileOnly libs.lombok // Ensure Lombok is available for test compilation
11+
testAnnotationProcessor libs.lombok // Process Lombok annotations in test code
1012

1113
testImplementation libs.jacksonDatabind
1214
testImplementation(platform(libs.junitBom))

0 commit comments

Comments
 (0)