Remove test files, bump version
This commit is contained in:
+2
-1
@@ -5,11 +5,12 @@
|
||||
<parent>
|
||||
<artifactId>luckperms</artifactId>
|
||||
<groupId>me.lucko</groupId>
|
||||
<version>1.1</version>
|
||||
<version>1.2</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>luckperms-common</artifactId>
|
||||
<version>$(project.parent.version)</version>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
import me.lucko.luckperms.utils.DateUtil;
|
||||
|
||||
public class DateTest {
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
||||
try {
|
||||
System.out.println("" + DateUtil.parseDateDiff("1m", true));
|
||||
System.out.println(DateUtil.formatDateDiff(DateUtil.parseDateDiff("1 hour, 1 second", true)));
|
||||
|
||||
} catch (DateUtil.IllegalDateException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user