Skip to content
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

Missing automatic.module.name property for jdk11 #1907

Open
Wawrzyniec-Nowak opened this issue Mar 3, 2022 · 1 comment
Open

Missing automatic.module.name property for jdk11 #1907

Wawrzyniec-Nowak opened this issue Mar 3, 2022 · 1 comment

Comments

@Wawrzyniec-Nowak
Copy link
Contributor

It looks like this property

<Automatic-Module-Name>${automatic.module.name}</Automatic-Module-Name>

is nowhere defined which cause that following line
requires com.zaxxer.hikari;
fails because of
> Task :compileKotlin FAILED e: Module com.zaxxer.hikari cannot be found in the module graph
Previously it was being setup for jdk < jdk11
d9ee5fa#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8R530
But currently it does not exist in the repository at all. Is the module exported under different name?

@Wawrzyniec-Nowak
Copy link
Contributor Author

Here is a PR that brings back this property
#1908

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

No branches or pull requests

1 participant