Refactor: gradle update

This commit is contained in:
harlekin
2021-05-11 15:36:59 +00:00
committed by Sheepit Renderfarm
parent 3f4a45c2c4
commit 624b3d2234
8 changed files with 53 additions and 76 deletions

View File

@@ -26,7 +26,7 @@ import org.simpleframework.xml.Root;
@Attribute(name = "name") @Getter private String name;
@Attribute(name = "password") @Getter private String password;
@Attribute(name = "password") @Getter private char[] password;
@Element(name = "renderer") @Getter private RendererInfos rendererInfos;