-
Notifications
You must be signed in to change notification settings - Fork 25
Conversation
Thanks for the update, I'll try to upload the snapshots today. |
@metaphore I've successfully built and uploaded the snapshot version. Can you check if it's alright? Also, have you thought about forking and maintaining the project? I believe @tommyettinger maintains a fork of the library for gdx-liftoff, so you two could potentially collaborate. |
Thanks, that was quick! I checked it locally and it seems the artifacts are available just fine, but for some reason, the And regards maintaining the fork, I'd really love to do it, but I'm afraid my focus is mainly outside of LibGDX right now and I mostly maintain my old projects. But LML is definitely the first in the line, will see how it goes. |
@metaphore Are you sure? When I downloaded the jar directly from Sonatype snapshots, it seems that all classes are there. My local |
Yay, 1.9.11! I remember I needed to change some things in gdx-liftoff's fork where they weren't editable using normal LML, though I suspect my changes were narrowly-focused toward some appearance setting in liftoff. I can generate projects that use 1.9.11 even if gdx-liftoff itself uses 1.9.10, so unless there's some new feature, I don't think I really need to update right away. There is a new platform that's at least somewhat-supported in the 1.9.12-SNAPSHOT versions, ARM Linux (for Raspberry Pi and such). If liftoff switches to 1.9.11 for itself, I'd probably have to strip out the LWJGL3 ARM32 and ARM64 libraries, since 1.9.11 includes them but can't use them... and they aren't that small. That isn't hard, it's just a step to be aware of. I'll probably put off updating within gdx-liftoff until another major libGDX version, but I can update the gdx-lml version projects can depend on by default, |
Also, some of the JARs in that Sonatype snapshots link are nearly empty, like:
|
Right, the first upload is correct, but something seems to override it. I think I've had this issue before and it all comes down to weird Gradle setup that this project has. I've reuploaded a couple libraries 1 by 1, it should be fixed now. |
Thanks, @czyzby, it appears that the artifact is fixed now. |
Same update as the previous one - #95.
Only required changes to comply with the most recent LibGDX API changes.
I've done some basic testing for LML and Kiwi, but it should be fine as there is not much change. The project version is lifted to 1.91.9.11 and ready to roll.
@czyzby I'd appreciate it if you could build and push these changes as a snapshot release, please.