- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for getProject (0.04 sec)
-
build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/JapicmpTask.java
Project project = getProject(); DependencyHandler dependencies = project.getDependencies(); return project.getConfigurations().detachedConfiguration( dependencies.create("com.google.guava:guava:30.1.1-jre") ); } private Configuration resolveKotlinCompilerEmbeddable() { Project project = getProject();
Registered: 2025-05-28 11:36 - Last Modified: 2025-05-01 14:55 - 13.9K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ProjectBuilderResult.java
* * @return The project that was built or {@code null} if an error occurred and this result accompanies a * {@link ProjectBuilderException}. */ @Nonnull Optional<Project> getProject(); /** * Gets the problems that were encountered during the project building. * * @return the problems that were encountered during the project building, can be empty but never {@code null} */
Registered: 2025-05-24 08:56 - Last Modified: 2025-01-29 08:17 - 2.6K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/DependencyResolverRequest.java
enum RequestType { COLLECT, FLATTEN, RESOLVE } @Nonnull RequestType getRequestType(); @Nonnull Optional<Project> getProject(); @Nonnull Optional<Artifact> getRootArtifact(); @Nonnull Optional<DependencyCoordinates> getRoot(); @Nonnull Collection<DependencyCoordinates> getDependencies();
Registered: 2025-05-24 08:56 - Last Modified: 2025-02-07 00:45 - 20.8K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/Session.java
/** * Retrieves a list of projects associated with the session. * * @return a list of projects, never {@code null} */ @Nonnull List<Project> getProjects(); /** * Returns the plugin context for mojo being executed and the specified * {@link Project}, never returns {@code null} as if context not present, creates it. *
Registered: 2025-05-24 08:56 - Last Modified: 2025-03-19 14:33 - 36.2K bytes - Viewed (0)