gdude2002 / Python-Plugin-Loader

Python plugin loader for Bukkit
10 stars 3 forks source link

Use jython 2.7b2 #3

Closed jomo closed 10 years ago

jomo commented 10 years ago
jomo commented 10 years ago

Google has a nice list of differences between Pyhton 2.5 and 2.7. Also: New in 2.6 | New in 2.7

gdude2002 commented 10 years ago

Would you mind fixing the pom and gradle files, or do you not know how to?

Also, I think the download wasn't official because of the bukkit plugin guidelines. But I guess we don't need to care about that right now.

jomo commented 10 years ago

I hope this does the trick :D

gdude2002 commented 10 years ago

As it happens, I've actually fixed this along with the dependency problems in your ticket, #2 - The way the plugin is built now also means that we don't need to download Jython separately anymore, as it's shaded directly into the plugin. I've also gotten rid of the pom because I don't know how Maven works >.>

But! Thanks for your PR, it's always great when people contribute. :3

jomo commented 10 years ago

Yea I was a bit surprised how fast it would download, and then noticed it was all included. I guess you can remove that from the readme, too