You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just saw the move of PBE from google to git... looks like the change to gradle is a good start, but it looks like we lost the building of the executable jar file in the move from maven. (Unless I missed the gradle tasks)
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/28520323-building-the-editor?utm_campaign=plugin&utm_content=tracker%2F23699865&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F23699865&utm_medium=issues&utm_source=github).
The text was updated successfully, but these errors were encountered:
Did you check out the develop branch? We got far enough with Gradle to where it compiles and runs, but then IIRC there was an issue interacting with LibGDX / OpenGL in some situations. @PrivateAlpha was investigating but was drawn away for something else for the time being.
We haven't gone beyond that point yet so the editor isn't quite functional again yet, at least not for me. So building a proper jar in our Jenkins etc is beyond that.
Gradle will by default include a bunch of tasks with the Java plugin, including a jar builder, "gradlew jar" should do it as-is, I just don't think it'll work. If you're up for helping feel free! We need more contributors :-)
Just saw the move of PBE from google to git... looks like the change to gradle is a good start, but it looks like we lost the building of the executable jar file in the move from maven. (Unless I missed the gradle tasks)
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/28520323-building-the-editor?utm_campaign=plugin&utm_content=tracker%2F23699865&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F23699865&utm_medium=issues&utm_source=github).The text was updated successfully, but these errors were encountered: