Skip to content

Problem with gradle en eclipse because of automatic modules #130

Open
@MrKuip

Description

@MrKuip

Gradle and eclipse still do not support automatic modules very well.

They only accept automatic modules when the jar has a Automatic-Module-Name property
in the MANIFEST.MF.

The command 'jar -d --file compiler-2.25ea2.jar' displays module information:

No module descriptor found. Derived automatic module.

[email protected] automatic
requires java.base mandated
contains net.openhft.compiler
contains net.openhft.compiler.internal

it shows that the calculated module descriptor is 'compiler'.
Maybe a better name could be supplied.

Could you please add a Automatic-Module-Name property in the manifest? (or create a proper module with module-info.class)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions