You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -254,13 +254,15 @@ The above example is more complicated:
254
254
1.`.map(...)` – Maps the `Resource` to an `OrganizationSummary` type.
255
255
256
256
## Development
257
-
The project depends on Java 8. To build from source and install to your local Maven cache, run the following:
257
+
The project depends on Java 8. To build from source and install to your local Maven cache, run the following:
258
258
259
259
```shell
260
260
$ git submodule update --init --recursive
261
261
$ ./mvnw clean install
262
262
```
263
263
264
+
It also depends on [Immutables](https://immutables.github.io/) and won't compile in IDEs like Eclipse or IntelliJ unless you also have an enabled annotation processor. See [this guide](https://immutables.github.io/apt.html) for instructions on how to configure your IDE.
0 commit comments