mirror of
https://github.com/rife2/bld
synced 2025-12-20 16:48:38 +01:00
Minor cleanup
This commit is contained in:
parent
c933f16e0f
commit
82ead98c5d
8
.idea/inspectionProfiles/Project_Default.xml
Normal file
8
.idea/inspectionProfiles/Project_Default.xml
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…
Reference in a new issue