Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for setToolchains (0.05 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvn/MavenInvoker.java

                request.setRootDirectory(context.invokerRequest.topDirectory());
            }
    
            request.setToolchains(
                    Optional.ofNullable(context.effectiveToolchains).map(PersistedToolchains::getToolchains).stream()
                            .flatMap(List::stream)
                            .map(ToolchainModel::new)
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Thu Sep 11 17:20:46 GMT 2025
    - 28.2K bytes
    - Click Count (0)
Back to Top