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

Fix Most Gradle Deprecation Warnings & Update Wrapper #331

Merged
merged 11 commits into from
Apr 13, 2020
Prev Previous commit
Next Next commit
Add note about requiring IntelliJ 2020.1
jGleitz committed Apr 12, 2020

Verified

This commit was signed with the committer’s verified signature. The key has expired.
jGleitz Joshua Gleitze
commit e06f05896ec7b287bb214b1f36d551d6f4b91f0a
5 changes: 3 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -73,8 +73,9 @@ The following are a few guidelines on how we suggest you start.

1. Fork the repository to your repositories (see [Fork a repo](https://help.github.com/en/articles/fork-a-repo) for help).
2. Use an IDE which supports Kotlin and gradle projects.
We suggest [IntelliJ Community Edition](https://www.jetbrains.com/idea/download/)
and install the following plugins:
We suggest [IntelliJ Community Edition](https://www.jetbrains.com/idea/download/).
Because of [IDEA-228368](https://youtrack.jetbrains.com/issue/IDEA-228368) you will need at least IntelliJ 2020.1, or the Gradle import will fail.
Install the following plugins:
- EditorConfig by JetBrains (might be already activated)
- Spek Framework by Spek Team
3. Import the project (import the build.gradle -> import as project, works more reliably)