- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for transitivity (0.07 seconds)
-
build-logic/dependency-modules/src/main/kotlin/gradlebuild.dependency-modules.gradle.kts
// We do not support running junit from Ant. Don't bundle ant-junit. applyRule<DependencyRemovalByNameRule>("org.apache.groovy:groovy-ant", setOf("ant-junit")) // GCS transitively depends on commons-logging. // Ensure jcl-over-slf4j is pulled in when we use GCS so it can conflict. applyRule<DependencyAdditionRule>("com.google.apis:google-api-services-storage", "org.slf4j:jcl-over-slf4j")Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 26 09:04:32 GMT 2026 - 9.5K bytes - Click Count (0) -
build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/runtimes/CheckTargetRuntimes.kt
} /** * Computes the complete set of target runtimes for each project. * * A project's computed target runtimes are the union of the required runtimes declared by * every project that transitively depends on that project. This ensures that if a project * which must be able to run on a certain set of runtimes depends on another project, * that other project must support the runtimes of the project with requirements.Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Mar 11 22:40:18 GMT 2026 - 13.8K bytes - Click Count (0)