- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for localPath (0.1 sec)
-
impl/maven-core/src/main/java/org/apache/maven/RepositoryUtils.java
Map<String, String> props = null; if (org.apache.maven.artifact.Artifact.SCOPE_SYSTEM.equals(artifact.getScope())) { String localPath = (artifact.getFile() != null) ? artifact.getFile().getPath() : ""; props = Collections.singletonMap(MavenArtifactProperties.LOCAL_PATH, localPath); } Artifact result = new DefaultArtifact( artifact.getGroupId(),
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 16K bytes - Viewed (0) -
configure.py
'or leave empty to use the default version. ' ).format(dist_name) local_path = get_from_env_or_user_or_default( environ_cp, env_var, ask_path, None ) if local_path: environ_cp[env_var] = local_path write_repo_env_to_bazelrc('cuda', env_var, local_path) def set_other_cuda_vars(environ_cp): """Set other CUDA related variables."""
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Wed Oct 02 22:16:02 UTC 2024 - 48.2K bytes - Viewed (0)