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

Specify Java source and target compatibility version #39

Merged
merged 1 commit into from
Jul 9, 2019

Commits on Jul 9, 2019

  1. Specify Java source and target compatibility version

    Add the directive to specify the version of Java to use
    to compile the Java files. Previously the version was not specified
    so the local JDK was used.
    
    This caused a problem with version 1.1.0 of the plugin that got compiled
    with Java 11 and was incompatible for users on Java 8.
    
    Fixes #38
    cortinico committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    e9ef89a View commit details
    Browse the repository at this point in the history