Skip to content

Remove java5 artifact #101

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

Merged
merged 2 commits into from
Apr 25, 2024
Merged

Remove java5 artifact #101

merged 2 commits into from
Apr 25, 2024

Conversation

serjsysoev
Copy link
Collaborator

@serjsysoev serjsysoev commented Apr 23, 2024

This pull request is a first one in the series of PRs that will add Kotlin Multiplatform support. To do this we need to update
Gradle, but Gradle drops support for Java 5 compilation.

the `annotations-java5` artifact instead. Please note that `annotations-java5` artifact is considered a legacy, so
most of new annotations will appear in the `annotations` artifact only.
`annotations` artifact requires JDK 1.8 or higher. If your project is compiled using JDK 1.5, 1.6 or 1.7 you can use
the `annotations-java5` artifact instead. Please note that `annotations-java5` artifact is considered a legacy
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's mention the latest Java 5 compatible version here

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@serjsysoev serjsysoev requested a review from amaembo April 24, 2024 12:48
@amaembo amaembo merged commit 6adb7f3 into JetBrains:master Apr 25, 2024
This was referenced Apr 25, 2024
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.

2 participants