Skip to content

Commit

Permalink
docs: update the docs of the JavaProvider to include that spring v1…
Browse files Browse the repository at this point in the history
… is not supported anymore

Co-authored-by: Tibor Toth <[email protected]>
  • Loading branch information
fattila16 and tt0th committed Sep 25, 2023
1 parent 82e9156 commit cdc415c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/pages/docs/providers/java.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,16 @@ If Maven is found:
If Gradle is found:

```
./gradlew build
./gradlew clean build -x check -x test
```

If Gradle and Springboot is found:

:warning: The default command only supports spring versions where the `bootJar` task has
been introduced (which happened in v2), thus `spring v1` is not supported.

```
./gradlew clean bootJar
```

## Start
Expand Down

0 comments on commit cdc415c

Please sign in to comment.