Skip to content

Commit

Permalink
Cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
gbevin committed Jul 30, 2024
1 parent a3a753f commit aeecd95
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions src/bld/java/rife/BldBuild.java
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,9 @@ public void zipBld()
f.perms(0755);
});
});
b.dir("lib", l -> {
l.file("bld-wrapper.jar", f -> f.move(path(tmp, "lib", "bld", "bld-wrapper.jar")));
});
b.dir("lib", l -> l.file("bld-wrapper.jar", f -> f.move(path(tmp, "lib", "bld", "bld-wrapper.jar"))));
});
t.dir("lib", l -> l.delete());
t.dir("lib", DirBuilder::delete);
});

zipBldOperation
Expand Down

0 comments on commit aeecd95

Please sign in to comment.