We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 472e96a commit 28c95c5Copy full SHA for 28c95c5
api/build.gradle
@@ -7,6 +7,8 @@ dependencies {
7
api libs.jtokkit
8
compileOnly libs.lombok
9
annotationProcessor libs.lombok
10
+ testCompileOnly libs.lombok // Ensure Lombok is available for test compilation
11
+ testAnnotationProcessor libs.lombok // Process Lombok annotations in test code
12
13
testImplementation libs.jacksonDatabind
14
testImplementation(platform(libs.junitBom))
0 commit comments