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

docs: Java 7 is the target #24

Merged
merged 1 commit into from
Mar 24, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ There are some guidelines which will make applying PRs easier for us:
+ Create a branch from where you want to base your work (this is usually the master branch).
Push your changes to a branch in your fork of the repository.
+ Make commits of logical units.
+ You can use version 9 of Java, but be aware that the code has target of version 6.
+ You can compile with JDK 7 or later, but the code targets Java 7. For example, you cannot use lambdas.
+ Respect the original code style: by using the same [codestyle][code-style],
patches should only highlight the actual difference, not being disturbed by any formatting issues:
+ Only use spaces for indentation.
Expand Down