A bunch of changes - 0.8.9#55
Conversation
…ready used org.json library, upgrade some dependencies
|
Any plans to merge this? |
|
Generally I intended to just make the next update a larger refactor given user feedback and feature requests, But yeah I can merge this since I've been putting that off. Sorry for the slow response 🙏 |
|
I could just also refactor code/add new features if you told me what you are planning |
|
Builds and runs with: |
|
I cant find any tests, even though junit is used |
|
There weren't any tests, but I just noticed the gradle build/sync failed with the version bump. Something to possibly address later. |
|
I'll look into it. Can you give me the exact error? |
|
Build seems to work fine for me. As for "sync" i cant find any task called "sync" |
Sync is in reference to when you open the project in IntelliJ and it reads the properties of the project. |
|
sync works fine for me with: What version are you using? |
|
On java 8 compatibility: why does the recaf launcher have to support java 8 when the latest recaf dev build (github actions) requires java 21 (class version 65) |
|
From the prior post:
Lots of people install Java on Windows with old versions and don't really update past it. Or, they'll install the new version without updating the |
|
I'll now dedicate some time to implementing various |


also upgrade gradle