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
8
.idea/inspectionProfiles/Project_Default.xml
generated
Normal file
8
.idea/inspectionProfiles/Project_Default.xml
generated
Normal file
|
@ -0,0 +1,8 @@
|
|||
<component name="InspectionProjectProfileManager">
|
||||
<profile version="1.0">
|
||||
<option name="myName" value="Project Default" />
|
||||
<inspection_tool class="JavadocDeclaration" enabled="true" level="WARNING" enabled_by_default="true">
|
||||
<option name="ADDITIONAL_TAGS" value="created" />
|
||||
</inspection_tool>
|
||||
</profile>
|
||||
</component>
|
|
@ -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