Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
xpdota committed Dec 21, 2024
1 parent ffce6f3 commit f5a272a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion xivdata/databuilder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>app.xivgear</groupId>
<artifactId>xivapi-java</artifactId>
<version>0.1.3</version>
<version>0.1.4</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ public static void main(String[] args) throws Throwable {
maker.writeList(NpcYell.class, entry -> {
return new NpcYellInfo(entry.getRowId(), entry.getText());
}, List.of("npcyell", "NpcYell.oos.gz"));
// TODO: remove after bug fixed
System.exit(0);
}

private <In extends XivApiObject, Out extends Serializable> void writeList(Class<In> xivApiClass, Function<In, Out> mapper, List<String> path) {
Expand Down

0 comments on commit f5a272a

Please sign in to comment.