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

JAVA 8 support for the plugin #283

Closed
riterdando opened this issue Dec 22, 2021 · 3 comments
Closed

JAVA 8 support for the plugin #283

riterdando opened this issue Dec 22, 2021 · 3 comments

Comments

@riterdando
Copy link

Describe the feature

The latest release of the plugin uses JAVA 11 but some projects I work on, still are using JAVA 8.
I am using Gradle 7 in my build with JAVA 8 but now your plugin is not working in this setup.

I did a local checkout and test building the plugin using JAVA 8.
My modifications to build.gradle are simple:

sourceCompatibility = '1.8'
targetCompatibility = '1.8'

Building and testing, using the above settings were successful.

Why do you want the feature?

Archieve compatibility with builds, still running JAVA 8.

Can you provide a version of the plugin being compatible with JAVA 8?

@mywill
Copy link

mywill commented Jan 5, 2022

Having the same issue on legacy projects that are stuck on java 8 with versions > 2.18.2

@cmagnuson
Copy link
Contributor

I'm also having the same issue on legacy projects.

I changed source/target compatibility and all tests passed, opened PR #295 with these changes

@int128
Copy link
Owner

int128 commented Jan 28, 2022

Merged #295

@int128 int128 closed this as completed Jan 28, 2022
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

4 participants