WMCAlliance / BukkitIRCd

BukkitIRCd was an IRC bridge plugin for Minecraft servers running Bukkit. It creates individual 'bot' users for every player to allow seamless communication.
https://wma.im
Other
5 stars 6 forks source link

Changed Java bytecode version to 1.6 #64

Closed nristock closed 11 years ago

nristock commented 11 years ago

The maven compiler plugin was set to Java bytecode 1.5 which is pretty outdated. I changed it to 1.6 which is pretty much standard on all systems nowadays.

chyyran commented 11 years ago

Maybe it'd be better to change it to 1.6. JRE7 is still not available in Debian Squeeze repos. There are ways to get it, I've done so myself, but it involves a lot more than apt-get install openjdk-6-jre

If you change it to 1.7, JRE6 users will be unable to run it. 1.6 should be fine.

nristock commented 11 years ago

1.7 has a lot of advantages, though. We use it for all of our voxel plugins... but yeah I get your point. I gonna make a new PR for it later.

nristock commented 11 years ago

Actually, I'll not create a new PR since github picked up the new commit automatically :)

WizardCM commented 11 years ago

No, not the master branch. -.-"

All work is done in the dev branch, only bDev releases are pushed to master. But currently we are at a code freeze until the config-rewrite branch is complete (which hopefully I will be able to work on this weekend).