Skip to content

Commit ef989c1

Browse files
committed
Update log message
1 parent bc500bd commit ef989c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql-dgs-codegen-gradle/src/main/kotlin/com/netflix/graphql/dgs/codegen/gradle/JacksonVersionDetector.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ object JacksonVersionDetector {
5959
if (result.size == 2) {
6060
logger.info("DGS Codegen: Both Jackson 2 and 3 detected in project dependencies. Will generate annotations for both.")
6161
} else if (result.isEmpty()) {
62-
logger.warn("DGS Codegen: Could not detect Jackson version from project dependencies. Will generate annotations for both.")
62+
logger.warn("DGS Codegen: Could not detect Jackson version from project dependencies. Defaulting to Jackson 2 annotations.")
6363
}
6464

6565
return result

0 commit comments

Comments
 (0)