mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
Add artifacts to the resolution process of debug sources
This commit is contained in:
parent
c5548dfa59
commit
fd7ff3d538
|
@ -76,6 +76,8 @@ public class MavenSourceFileProviderLookup {
|
|||
artifact.getArtifactId(), artifact.getVersion(), artifact.getType(), "sources"));
|
||||
}
|
||||
}
|
||||
|
||||
artifacts.addAll(initialArtifacts);
|
||||
List<SourceFileProvider> providers = new ArrayList<>();
|
||||
for (Artifact artifact : artifacts) {
|
||||
ArtifactResolutionRequest request = new ArtifactResolutionRequest()
|
||||
|
|
Loading…
Reference in New Issue
Block a user