'java.lang.module.FindException: Unable to derive module descriptor' when using module path with micrometer-core (original) (raw)

Describe the bug
The compilation failure occurs in our CI pipeline when building using Java 11, here is a temp URL to see the console log.

I can see the module name is correct in version 1.10.0-M3.
image

It works fine in our CI pipelines based on Java 8.

[ERROR] Error occurred during initialization of boot layer [ERROR] java.lang.module.FindException: Unable to derive module descriptor for D:\a_work\1.m2\repository\io\micrometer\micrometer-core\1.10.0-M3\micrometer-core-1.10.0-M3.jar

Environment

To Reproduce
How to reproduce the bug:
Please follow this steps:

Expected behavior
Normal use.

Additional context
N/A