mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2024-11-24 03:25:29 +01:00
parent
9c20455bf6
commit
4c0c18d7c6
4
pom.xml
4
pom.xml
@ -150,8 +150,8 @@
|
|||||||
</activation>
|
</activation>
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.number>-b${env.BUILD_NUMBER}</project.build.number>
|
<project.build.number>-b${env.BUILD_NUMBER}</project.build.number>
|
||||||
<!--<project.fullVersion>${project.version}${project.build.number}</project.fullVersion>-->
|
<project.fullVersion>${project.version}${project.build.number}</project.fullVersion>
|
||||||
<project.fullVersion>${project.version}</project.fullVersion>
|
<!--<project.fullVersion>${project.version}</project.fullVersion>-->
|
||||||
</properties>
|
</properties>
|
||||||
</profile>
|
</profile>
|
||||||
|
|
||||||
|
@ -284,7 +284,7 @@ public class BukkitConverters {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
} catch (ReflectiveOperationException ex) {
|
} catch (ReflectiveOperationException ex) {
|
||||||
ex.printStackTrace();
|
// ex.printStackTrace();
|
||||||
supplier = ArrayList::new;
|
supplier = ArrayList::new;
|
||||||
newList = new ArrayList<>();
|
newList = new ArrayList<>();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user