Skip to content

Commit

Permalink
Merge branch 'dev/1.4' into dev/1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuxel committed Jan 24, 2024
2 parents 5135aaa + 483f292 commit 2698721
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,6 @@ public FileCollection download(boolean transitive, boolean resolve) {

if (resolve) {
files = project.files(files.getFiles());

for (File file : files) {
System.out.println(file.getAbsolutePath());
}
}

return files;
Expand Down

0 comments on commit 2698721

Please sign in to comment.