We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f15c44c commit 62dd666Copy full SHA for 62dd666
1 file changed
src/main/kotlin/io/openapiprocessor/spring/processor/SpringServiceV2.kt
@@ -60,7 +60,7 @@ class SpringServiceV2(
60
val latest = latestVersion
61
62
if (latest.name > version) {
63
- log.info("openapi-processor-gradle version ${latest.name} is available! I'm version ${version}.")
+ log.info("openapi-processor-spring version ${latest.name} is available! I'm version ${version}.")
64
return true
65
}
66
0 commit comments