Skip to content
This repository was archived by the owner on Nov 23, 2024. It is now read-only.
This repository was archived by the owner on Nov 23, 2024. It is now read-only.

JAVA 8 support for the plugin #283

@riterdando

Description

@riterdando

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions