azurite-engine / Azurite

Azurite Game Engine is a 2D Java game engine built on top of LWJGL.
https://azurite-engine.github.io
MIT License
42 stars 20 forks source link

Renderer Rework for ease of use #70

Closed PixelRifts closed 2 years ago

PixelRifts commented 2 years ago

Oh dear gradle....

Juyas commented 2 years ago

I would suggest to revert all changes to build.gradle and keep it locally changed - thats how I do it since the start of the project - but ye, gradle is trash.

athaun commented 2 years ago

ok, that was the issue, I changed it from testCompileOnly to testImplementation and the tests now pass.

Juyas commented 2 years ago

I am fine to merge this.