forked from WiQuery/wiquery
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Modularize wiquery or add automatic module name #97
Comments
+1 |
theigl
added a commit
to theigl/wiquery
that referenced
this issue
Dec 2, 2024
I attempted to modularize the project but the UI module depends on the test-jar of the core module. It is non-trivial to support this setup in a modularized project. Most likely, we would have to introduce a new For now, I just went with an automatic module name. |
martin-g
added a commit
that referenced
this issue
Dec 2, 2024
#97 Add automatic module name for core and UI modules
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm in the process of modularizing my application and noticed that wiquery currently has neither automatic module name nor module-info:
Should we modularize the project or at least add an automatic module name?
I can provide a PR.
The text was updated successfully, but these errors were encountered: