- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for checkBinaryCompatibility (0.14 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.JapicmpTask) { def isSnapshot = moduleIdentity.snapshot inputs.property('acceptedViolations', acceptedViolations.toAcceptedChangesMap())
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Fri Jul 26 08:15:16 UTC 2024 - 9.1K bytes - Viewed (0) -
build-logic/binary-compatibility/src/test/kotlin/gradlebuild/binarycompatibility/AbstractBinaryCompatibilityTest.kt
baselineUpgradedProperties = oldUpgradedPropertiesFile } tasks.register<JapicmpTask>("checkBinaryCompatibility") { dependsOn(":v1:jar", ":v2:jar") inputs.files(extractGradleApiInfo) oldArchives.from(v1Jar)
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Jun 04 14:00:46 UTC 2024 - 16.4K 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 Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Nov 05 15:15:33 UTC 2024 - 15.6K bytes - Viewed (0)