Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getNameOfJarReplacedByTestDistributionWithoutVersion (0.55 sec)

  1. platforms/core-runtime/build-process-services/src/main/java/org/gradle/api/internal/classpath/DefaultModuleRegistry.java

                        // Store the name without version as well, so we can look it up later
                        // See getNameOfJarReplacedByTestDistributionWithoutVersion why we are doing this
                        Optional<String> replacedPrefix = getNameOfJarReplacedByTestDistributionWithoutVersion(jarFileName);
                        replacedPrefix.ifPresent(prefix -> classpathJars.put(prefix, classpathFile));
                    }
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 06:16:07 UTC 2024
    - 18.5K bytes
    - Viewed (0)
Back to top