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 ed80acb commit 812f1d4Copy full SHA for 812f1d4
src/main/java/org/scm4j/deployer/api/IDownloader.java
@@ -10,7 +10,7 @@ public interface IDownloader {
10
11
File getProductWithDependency(String coords) throws Exception;
12
13
- File getProductDependency(File repository);
+ void loadProductDependency(File repository);
14
15
IProduct getProduct();
16
0 commit comments