Skip to content

Conversation

@h-man2
Copy link
Contributor

@h-man2 h-man2 commented Nov 13, 2025

When starting USE in IntelliJ the following error occurred:

java.lang.module.FindException: Module lombok not found, required by use.gui

Since lombok is only used during compile time, the module dependency definition was set to static.

When starting USE in IntelliJ the following error occurred:

java.lang.module.FindException: Module lombok not found, required by use.gui

Since lombok is only used during compile time, the module dependency definition was set to static.
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes a runtime module loading error that occurred when starting USE in IntelliJ IDE by marking the lombok module dependency as compile-time only.

  • Changed the lombok module requirement from requires to requires static in module-info.java

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@h-man2 h-man2 merged commit 732cb17 into master Nov 13, 2025
8 checks passed
@h-man2 h-man2 deleted the bugs/ide-start branch November 13, 2025 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants