CivMC / Civ

Monorepo for development of and running a Civ Server.
MIT License
4 stars 11 forks source link

Re-add standardised test output formatting #393

Open Protonull opened 3 months ago

Protonull commented 3 months ago

Re-adds this change to CivGradle. Each plugin will still need to include junit test dependencies as there doesn't seem to be a way to do so from the root build.gradle.kts without applying the java-library plugin to the root project.

Protonull commented 4 weeks ago

This does make junit testing more Maven-like, but the item tests fail due to changes to all the server internals. Will convert this to a draft until something better comes along.