forked from openrewrite/rewrite
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README.md with relevant links, move developer info to CONTRIBU…
…TORS.md
- Loading branch information
Showing
2 changed files
with
33 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Building & Developing OpenRewrite | ||
|
||
We use [Gradle](https://gradle.org/) to build this project. | ||
The gradle wrapper checked into this project defines the gradle version to use. | ||
When building from the command line invoke the wrapper with `./gradlew build` on unix-style terminals and `gradlew build` on windows-style terminals. | ||
|
||
### CLI Environment Configuration: | ||
|
||
* [JDK](https://adoptopenjdk.net/) version: 11 | ||
* JDK language & bytecode level: 1.8 | ||
* [Gradle](https://gradle.org/) version: Defined in wrapper | ||
* [Kotlin](https://kotlinlang.org/) version: 1.5 | ||
* Kotlin language level: 1.5 | ||
* Kotlin JVM bytecode level: 1.8 | ||
|
||
### IDE Configuration | ||
|
||
We use [IntelliJ IDEA](https://www.jetbrains.com/idea/) to develop this project. | ||
Other IDEs or versions of this IDE can be made to work. | ||
These are one set of versions we know works: | ||
|
||
* IDEA version: 2021.1.3 | ||
|
||
You must set the `-parameters` compiler flag to run Rewrite tests. | ||
If your system does not have UTF-8 as its default character encoding (e.g., Windows) you must also add `-encoding utf8`. | ||
Add these to the "additional command line parameters" field in IntelliJ -> Preferences -> Build, Execution, Deployment -> Compiler -> Java Compiler. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters