We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[WARNING] * Required filename-based automodules detected: [mp3agic-0.9.1.jar]. Please don't publish this project to a public artifact repository! *
I get the above message when using mp3agic with java13 And also in my module-info.java:
requires mp3agic;
not com.mpatric.mp3agic
Need mp3agic for java9+....
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I get the above message when using mp3agic with java13
And also in my module-info.java:
not com.mpatric.mp3agic
Need mp3agic for java9+....
The text was updated successfully, but these errors were encountered: