Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ProjectNameToProblems (0.07 sec)

  1. build-logic/buildquality/src/main/kotlin/gradlebuild/incubation/action/IncubatingApiReportAggregationWorkAction.kt

            const val GITHUB_BASE_URL = "https://github.com/gradle/gradle/blob"
        }
    
        override fun execute() {
            val byCategory = mutableMapOf<String, ProjectNameToProblems>()
            parameters.reports.files.sorted().forEach { file ->
                file.forEachLine(Charsets.UTF_8) {
                    val (version, _, problem, relativePath, lineNumber) = it.split(';')
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Mon Jun 02 09:57:54 UTC 2025
    - 5.2K bytes
    - Viewed (0)
Back to top