Commit 25f57e3
authored
[plugin] Added gradle plugin and fixed typo in docs (#769)
## Summary
Added plugin for gradle to force it to use the installed jdk version
instead of default (17).
Also fixed a small error in documentation for gradle setup
## How was it tested?
- compile
- in empty directory run `./devbox init`
- `./devbox add gradle jdk11`
- `./devbox shell`
- confirm a gradle.properties file is created with content similar to
below:
```gradle.properties
org.gradle.java.home=/nix/store/3y1sh00km4c616prn19brd3vj9ikc2h2-zulu11.48.21-ca-jdk-11.0.11
```1 parent 4fcdb4a commit 25f57e3
File tree
2 files changed
+12
-1
lines changed- docs/app/docs/devbox_examples/languages
- plugins
2 files changed
+12
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments