- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for resolveIt (0.07 sec)
-
CONTRIBUTING.md
If you have a large number of messages of different types, filtering by severity to see only `Error`s can be helpful when processing the report. Errors are the only type of issues that must be resolved for the `checkBinaryCompatibility` task to succeed.
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Nov 05 15:15:33 UTC 2024 - 15.6K bytes - Viewed (0) -
build-logic-commons/settings.gradle.kts
* limitations under the License. */ dependencyResolutionManagement { repositories { gradlePluginPortal() } } plugins { id("org.gradle.toolchains.foojay-resolver-convention") version("0.8.0") } includeBuild("../build-logic-settings") // Shared basics for all include("basics") // Platform: defines shared dependency versions include("build-platform")
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Nov 06 06:19:29 UTC 2024 - 1.8K bytes - Viewed (0)