Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for MapKeys (0.39 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. build-logic-commons/basics/src/main/kotlin/gradlebuild/basics/transforms/Minify.kt

        private
        val jarArtifactRegex = Regex("""^(.*?)-\d+(\.\d+)*([.-][A-Za-z0-9]+)*\.jar$""")
    
        private val keepClassesByArtifacts: Map<String, Set<String>> by lazy {
            parameters.keepClassesByCoordinates.mapKeys { it.key.substringAfter(":") }
        }
    
        override fun transform(outputs: TransformOutputs) {
            val fileName = artifact.get().asFile.name
            val artifactName = extractArtifactName(fileName)
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Thu Dec 18 11:46:45 GMT 2025
    - 4.9K bytes
    - Click Count (0)
Back to Top