mirror of
https://github.com/ethauvin/bld.git
synced 2025-04-25 16:27:11 -07:00
Minor cleanup
This commit is contained in:
parent
c933f16e0f
commit
82ead98c5d
2 changed files with 9 additions and 3 deletions
|
@ -131,9 +131,7 @@ public class PomBuilder {
|
|||
*/
|
||||
public static void generateInto(PublishInfo info, DependencyScopes dependencies, File file)
|
||||
throws FileUtilsErrorException {
|
||||
var pomBuilder = new PomBuilder();
|
||||
pomBuilder.info_ = info;
|
||||
pomBuilder.dependencies_ = dependencies;
|
||||
var pomBuilder = new PomBuilder().info(info).dependencies(dependencies);
|
||||
FileUtils.writeString(pomBuilder.build(), file);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue