- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for findEndOfListSection (0.06 seconds)
-
build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/tasks/UpdateFixedIssuesInReleaseNotes.kt
val afterIntro = introStart + FIXED_ISSUES_INTRO.length // Find the end of the issues list: the first non-list line after the intro val listEnd = findEndOfListSection(content, afterIntro) content.substring(0, introStart) + newSection + "\n" + content.substring(listEnd) } else { newSection + "\n" + content }Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 23 14:49:33 GMT 2026 - 5.1K bytes - Click Count (0)