We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 617873f commit 26566adCopy full SHA for 26566ad
maven-resolver-api/src/main/java/org/eclipse/aether/repository/RemoteRepository.java
@@ -326,6 +326,8 @@ public int hashCode() {
326
* </ul>
327
* These properties are managed by repository system, based on configuration. See {@link org.eclipse.aether.RepositorySystem}
328
* and (internal component) {@code org.eclipse.aether.impl.RemoteRepositoryManager}.
329
+ *
330
+ * @since 2.0.14
331
*/
332
public RemoteRepository toBareRemoteRepository() {
333
return new Builder(this)
0 commit comments