MinecraftForge / FernFlowerLegacy

Legacy FernFlower with our changes. Currently working on redesiging how we do this repo to make updating easier.
26 stars 16 forks source link

.jar release of latest source ? #8

Open rofl0r opened 8 years ago

rofl0r commented 8 years ago

since there's been no commits since half a year, it seems the codebase is stable. could someone of the admins tag the latest commit and attach a precompiled .jar to the tag ? (under releases, select: "draft new release", select the tag name, and attach the file)

that would be very helpful, since i suspect many ppl like me are not used to the java build tools used, but are interested in trying out the decompiler.

LexManos commented 8 years ago

It's stable enough for our needs. One of these days we need to go through and resync with the parent repo as there has been some work on lambdas if I read it correctly. As for the release.. not really a priority, we have it auomatically build and push to our maven so you can grab it from there if you want a compiled version. Or just clone and run 'gradlew build' There is no extra needed stuff.

rofl0r commented 8 years ago

thanks. do you have a link to the precompiled file on your maven ?