Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for afterEvaluate (0.11 seconds)

  1. build-logic-commons/basics/src/main/kotlin/gradlebuild.minify.gradle.kts

                to.attribute(minified, true).attribute(artifactType, "jar")
                parameters {
                    keepClassesByCoordinates = keepPatterns
                }
            }
        }
        afterEvaluate {
            // Without afterEvaluate, configurations.all runs before the configurations' roles are set.
            // This is yet another reason we need configuration factory methods.
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Mar 12 18:27:10 GMT 2026
    - 5.8K bytes
    - Click Count (0)
Back to Top