Update UI gradle configuration and integration - #4649
Merged
malliaridis merged 4 commits intoJul 21, 2026
Conversation
malliaridis
force-pushed
the
feature/admin-ui-configuration
branch
from
July 21, 2026 11:48
824fa6f to
bc10ca7
Compare
dsmiley
approved these changes
Jul 21, 2026
dsmiley
left a comment
Contributor
There was a problem hiding this comment.
I reviewed the build aspects. Thank you for addressing the TODO I put there to do this like js-client.
Contributor
Author
Thank you for providing both the todo and an example of how to do it. :D |
malliaridis
added a commit
that referenced
this pull request
Jul 21, 2026
(cherry picked from commit 4101b81)
This file contains hidden or 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
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.
Description
With the latest updates some of the functions used by the gradle configuration in the UI module are deprecated. This PR addresses these deprecations and updates the way it is included in the webapp (similar to js-client).
Solution
This PR replaces deprecations in the
build.gradle.ktsfile of the UI module. It also relocates the JVM files from the custom-nameddesktopJVM sourceset to the defaultjvmsourceset.Additionally, it updates the logic used for integrating the generated artifacts into the webapp during builds by following the same approach the js-client is included, with exposed configurations.
Tests
Only manual tests have been executed and confirmed that the project builds and the UI artifacts are included correctly.
Checklist
Please review the following and check all that apply:
mainbranch../gradlew check.