- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for checkBinaryCompatibility (0.36 sec)
-
build-logic/binary-compatibility/src/main/groovy/gradlebuild.binary-compatibility.gradle
baselineDistributionJars = baselineJars currentUpgradedProperties = currentUpgradedPropertiesFile baselineUpgradedProperties = baselineUpgradedPropertiesFile } def checkBinaryCompatibility = tasks.register("checkBinaryCompatibility", gradlebuild.binarycompatibility.JapicmpTaskWithKotlin) { def mainApiChangesJsonFile = apiChangesJsonDirectory.file("accepted-public-api-changes.json")Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Dec 30 10:14:25 UTC 2025 - 8.9K bytes - Viewed (0) -
build-logic/binary-compatibility/src/test/kotlin/gradlebuild/binarycompatibility/AbstractBinaryCompatibilityTest.kt
baselineUpgradedProperties = oldUpgradedPropertiesFile } tasks.register<JapicmpTaskWithKotlin>("checkBinaryCompatibility") { dependsOn(":v1:jar", ":v2:jar") inputs.files(extractGradleApiInfo) oldArchives.from(v1Jar)Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Dec 30 10:14:25 UTC 2025 - 18K bytes - Viewed (0) -
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 Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Nov 25 06:57:22 UTC 2025 - 19K bytes - Viewed (0)