mirror of
https://github.com/ethauvin/bld.git
synced 2025-04-26 08:37:11 -07:00
Make PomBuilder.generateInto(File) static
This commit is contained in:
parent
49243568c6
commit
c933f16e0f
2 changed files with 6 additions and 5 deletions
|
@ -106,7 +106,7 @@ public class TestPomBuilder {
|
|||
var deps = new DependencyScopes();
|
||||
deps.scope(Scope.compile).include(new Dependency("com.uwyn.rife2", "rife2"));
|
||||
|
||||
new PomBuilder().generateInto(new PublishInfo().name("the thing"), deps, temp);
|
||||
PomBuilder.generateInto(new PublishInfo().name("the thing"), deps, temp);
|
||||
|
||||
assertEquals("""
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue