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

Conversation

cortinico
Copy link
Collaborator

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

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 cortinico added the bug Something isn't working label Jul 9, 2019
@cortinico cortinico added this to the 1.1.1 milestone Jul 9, 2019
@cortinico cortinico self-assigned this Jul 9, 2019
@cortinico cortinico requested review from markov and raducom and removed request for markov July 9, 2019 10:13
@cortinico cortinico merged commit b982fdd into master Jul 9, 2019
@cortinico cortinico deleted the fix-38-java-8-version branch July 9, 2019 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build failed on Version 1.1.0
2 participants