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

#874 Fix build in failure due to dokka-maven-plugin on JDK 11 #897

Merged
merged 1 commit into from
Sep 30, 2019

Conversation

davy-claisse
Copy link
Contributor

I took out the dokka-maven-plugin from the Maven's package phase to set it to the pre-site phase to fix the main issue. Because the last version of this plugin is not working well with JDK 11 their is still both warnings and errors when you execute the mvn site command but beside that everything is generated correctly.

Note that I have to upgrade the Kotlin version to the 1.3.50 in order to be able to make the Kotlin's compiler targeting JDK 11 and not only JDK 1.6 and 1.8. This will help in future releases.

@ipolevoy
Copy link
Member

@davy-claisse 👍

@ipolevoy ipolevoy closed this Sep 30, 2019
@ipolevoy ipolevoy reopened this Sep 30, 2019
@ipolevoy ipolevoy merged commit 91d0fff into javalite:master Sep 30, 2019
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

Successfully merging this pull request may close these issues.

None yet

2 participants