zml

Results 88 comments of zml

@ZephireNZ I'd include the database libraries by default @lukespragg yeah, repo specifications would be good. I'll look into making this happen a bit more.

[This project](https://github.com/shrinkwrap/resolver/tree/master/api-maven) looks like it has an implementation of maven dependency resolution we could use.

Well that's a log4j issue. Vanilla MC uses log4j, bukkit doesn't, and afaik GS doesn't either. Plugins trying to work with log4j and not shading the necessary classes should be...

We'd have to run our own maven repo -- supposedly central has a majority of its traffic just from mc development, and they got really pissy when forge tried to...

From @zhuowei: Maybe we should split this out into a plugin so that other custom servers can also make use of it?

I've done some work on this, but haven't had a chance to finish implementing it. There are some pieces out there so far: - Sponge has handling to allow logging...

Just an update on this front -- Mojang has been moving Minecraft to use SLF4J for its logging API, so logging components directly is a bit more complicated. The approach...

Yes, this is low-priority -- it's expected to be fairly trivial to implement once the pipeline is made flexible enough though. The idea is projects using VanillaGradle could have a...

We don't do any remapping yet, so I don't think we'd get much benefit out of the AP, but what this submodule could do would be: - Create the separate...

Another feature that would be nice: add a gradle task to automatically sort Mixin class names alphabetically in the `src/*/resources/*.mixins.json` files