Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AttributesFactory (0.06 sec)

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

            // workaround for https://github.com/gradle/gradle/issues/12459
            // note: constraints can't be used here because they end up in gradle module metadata
            val attributesFactory = gradle.serviceOf<AttributesFactory>()
            configurations.all {
                if (isCanBeResolved && !isCanBeConsumed) {
                    resolutionStrategy.dependencySubstitution.all {
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Thu Dec 25 16:18:05 UTC 2025
    - 5.6K bytes
    - Viewed (0)
Back to top