Skip to content

Commit 8456d68

Browse files
committed
updating doc processor to 0.3.0
1 parent 5f5b5d3 commit 8456d68

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

core/build.gradle.kts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -199,15 +199,6 @@ val processKDocsMain by creatingProcessDocTask(
199199
.filterNot { pathOf("build", "generated") in it.path }, // Exclude generated sources
200200
) {
201201
target = file(generatedSourcesFolderName)
202-
processors = listOf(
203-
INCLUDE_DOC_PROCESSOR,
204-
INCLUDE_FILE_DOC_PROCESSOR,
205-
ARG_DOC_PROCESSOR,
206-
COMMENT_DOC_PROCESSOR,
207-
SAMPLE_DOC_PROCESSOR,
208-
// REMOVE_ESCAPE_CHARS_PROCESSOR, TODO enable when doc preprocessor hits 0.3.0
209-
)
210-
211202
arguments += ARG_DOC_PROCESSOR_LOG_NOT_FOUND to false
212203

213204
task {

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ junit = "4.13.2"
3131
kotestAsserions = "4.6.3"
3232
jsoup = "1.14.3"
3333
arrow = "11.0.0"
34-
docProcessor = "0.2.3"
34+
docProcessor = "0.3.0"
3535
simpleGit = "2.0.3"
3636

3737
[libraries]

0 commit comments

Comments
 (0)