- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for checkBinaryCompatibility (0.08 seconds)
-
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")Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Dec 30 10:14:25 GMT 2025 - 8.9K bytes - Click Count (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)Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Jan 19 11:30:48 GMT 2026 - 18.3K bytes - Click Count (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.
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 18:43:39 GMT 2026 - 19.1K bytes - Click Count (0)