You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
however, since the module-info requires Maven Resolver, there is an error:
Error occurred during initialization of boot layer
java.lang.module.FindException: Module org.apache.maven.resolver.supplier not found, required by com.gluonhq.scenebuilder.kit
This can be fixed
Expected Behavior
Maven Resolver modules are optional, and Maven Resolver dependencies can be excluded
Current Behavior
Maven Resolver modules are mandatory, and Maven Resolver dependencies can't be excluded
Steps to Reproduce
Your Environment
Screenshots
The text was updated successfully, but these errors were encountered:
Currently, Maven Resolver (and related modules) are required in the module descriptor of Scene Builder Kit.
If a third party that embeds SB Kit doesn't need this feature, it shouldn't need to add all the related dependencies.
This is typically done with:
however, since the module-info requires Maven Resolver, there is an error:
This can be fixed
Expected Behavior
Maven Resolver modules are optional, and Maven Resolver dependencies can be excluded
Current Behavior
Maven Resolver modules are mandatory, and Maven Resolver dependencies can't be excluded
Steps to Reproduce
Your Environment
Screenshots
The text was updated successfully, but these errors were encountered: