forked from QuestCraftPlusPlus/Pojlib
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update gradle.yml #9
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MSAL integration
* Add CIT Resewn For minor resource pack compatibility with Server Resource pack Performance impact should be negligible at worst, and none at best. * remove modmenu from 1.18.2 * Devmods update * Add more modernfix properites Should 1-2 fps better
This reverts commit c9ed93a.
Please work this time 😭
* Update JREUtils.java * Embeddium on .4 and .1, add bunch of mods to .4, remove modmenu till all versions are using mods.json instead of devmods.json * Revert "Embeddium on .4 and .1, add bunch of mods to .4, remove modmenu till all versions are using mods.json instead of devmods.json" This reverts commit c4eb3b2. * Revert "Update JREUtils.java" This reverts commit f042ddf. --------- Co-authored-by: Cart <[email protected]> Co-authored-by: Cart <[email protected]> Co-authored-by: The Judge <[email protected]> Co-authored-by: The Judge <[email protected]>
# Conflicts: # README.md # src/main/java/pojlib/util/JREUtils.java # src/main/jni/Android.mk # src/main/jni/OpenOVR/libOCCore.a # src/main/jni/egl_bridge.c # src/main/jni/libopenxr_loader.so # src/main/jni/tinywrapper/main.c # src/main/jniLibs/arm64-v8a/libjnidispatch.so # src/main/jniLibs/arm64-v8a/liblwjgl.so # src/main/jniLibs/arm64-v8a/liblwjgl_nanovg.so # src/main/jniLibs/arm64-v8a/liblwjgl_opengl.so # src/main/jniLibs/arm64-v8a/liblwjgl_opengles.so # src/main/jniLibs/arm64-v8a/liblwjgl_openvr.so # src/main/jniLibs/arm64-v8a/liblwjgl_stb.so # src/main/jniLibs/arm64-v8a/liblwjgl_tinyfd.so # src/main/jniLibs/arm64-v8a/libopenal.so # src/main/jniLibs/arm64-v8a/libopuscodec.so # wrapper
This reverts commit d6e7e51.
This reverts commit 099e488.
This reverts commit 0494176.
This reverts commit da1b1e9.
This reverts commit 235e547.
This reverts commit df7ac9c.
This reverts commit ada2b44.
This reverts commit 571fb76.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
using my super skills to look on google and finding out that github actions runners (aka what runs the build) doesnt support the wrappers specified ndk version. and since the builds are containerized the runner has no idea that the wrappers specified ndk version was installed. it just cant access it (dont quote me on that).
creating this pr because for some reason i have the workflow files and while both do have a workflow-disbatch option, that one doesnt allow it to happen lol