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

Properly define the JAVA API of the artifacts uploaded to maven #32

Open
NilsHasenbanck4758 opened this issue Dec 8, 2022 · 0 comments

Comments

@NilsHasenbanck4758
Copy link

Hi,

When we upgraded flummi 7 to 8, we saw that the class files uploaded to maven are compiled with JDK17 as the target (major version: 57). Since our Jenkins CI is still running on JDK11, we can't upgrade to the version 8 of flummi (we can't even take the route to include the project as a source project, since it depends on the maven plugin, which is not available anymore in gradle 7.*).

I think there is a configuration for Idea to set the JDK version to 1.8. But I don't think those values are used when building and uploading to maven.

Could we maybe properly configure the version and also upload a new version to maven?

For example, if you still want to target JDK8:

    sourceCompatibility = "1.8"
    targetCompatibility = "1.8"
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