Skip to content

Commit aadfbd4

Browse files
authored
Drop KSP 2.0 success message from the build (#1428)
1 parent f08e668 commit aadfbd4

File tree

1 file changed

+0
-2
lines changed
  • src/main/kotlin/io/bazel/kotlin/builder/tasks/jvm

1 file changed

+0
-2
lines changed

src/main/kotlin/io/bazel/kotlin/builder/tasks/jvm/Ksp2Task.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,6 @@ class Ksp2Task
242242
outputPath = generatedClassesOutput,
243243
directories = listOf(classOutputDir, resourceOutputDir),
244244
)
245-
246-
taskContext.info { "KSP2 completed successfully" }
247245
return 0
248246
} catch (e: Exception) {
249247
taskContext.error(e) { "KSP2 execution failed" }

0 commit comments

Comments
 (0)