- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getOldArchives (0.1 sec)
-
build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/JapicmpTask.java
classpath.from(resolveGuava()); } additionalJapicmpClasspath = classpath; } @TaskAction public void exec() { ConfigurableFileCollection oldArchives = getOldArchives(); ConfigurableFileCollection newArchives = getNewArchives(); List<JApiCmpWorkerAction.Archive> baseline = !oldArchives.isEmpty() ? toArchives(oldArchives) : inferArchives(getOldClasspath());
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Apr 26 10:58:32 UTC 2023 - 13.3K bytes - Viewed (0)