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 4d4ba27 commit c68833aCopy full SHA for c68833a
modules/bcv-gradle-plugin/src/main/kotlin/tasks/BCVApiCheckTask.kt
@@ -58,7 +58,7 @@ constructor(
58
?: error(
59
"""
60
Expected folder with API declarations '${expectedApiDirPath.get()}' does not exist.
61
- Please ensure that task '$apiDumpTaskPath' was executed in order to get API dump to compare the build against
+ Please ensure that task '$apiDumpTaskPath' was executed in order to get API dump to compare the build against.
62
""".trimIndent()
63
)
64
0 commit comments