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

Allow to use mbrola binary installed in OS #1

Merged
merged 5 commits into from
Sep 11, 2021
Merged

Allow to use mbrola binary installed in OS #1

merged 5 commits into from
Sep 11, 2021

Conversation

notizklotz
Copy link
Contributor

The current Linux binary doesn't seem to work on recent Linux distributions anymore. This PR uses the mbrola version installed in the OS if the the platform specific mbrola-jvm-* module is not present in classpath.

Using mbrola installed in OS has become much easier with Docker and is more future proof.

Adrian Gygax added 5 commits September 10, 2021 16:33
- Kotlin 1.2 is not supported anymore by IntelliJ
- Override default Java version of 1.8 so IntelliJ handles JPMS correctly
- Define module.name property because parent POM requires it (actually this is not needed as we have proper module-info.java specs which define the module name)
- Move MbrolaTest into another package because the same package cannot be used in different modules (IntelliJ complains)
@nidi3 nidi3 merged commit f8e266e into nidi3:master Sep 11, 2021
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

Successfully merging this pull request may close these issues.

2 participants