Skip to content

Commit

Permalink
Update the Minimal example application page after add maven wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszzbyrad committed Oct 24, 2024
1 parent fcc6962 commit 6adfef2
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions content/getting-started/minimal-example-application.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,16 @@ This project can be built with Apache Maven 3.6 (or later) and Java 17 OpenJDK (
installed prior to building this project as described on the previous pages. The following command can be used to
download all project dependencies and compile the Java module. You can build this project directly on a Raspberry Pi with Java 17+.

On Linux:

```
./mvnw clean package
```

On Windows:

```
mvn clean package
mvnw.bat clean package
```

### Gradle
Expand Down Expand Up @@ -207,7 +215,7 @@ OpenJDK 64-Bit Server VM (build 17.0.7+7-Debian-1deb11u1, mixed mode, sharing)
```shell
$ git clone https://github.com/Pi4J/pi4j-example-minimal.git
$ cd pi4j-example-minimal/
$ mvn clean package
$ ./mvnw clean package
```

* Change to the distribution directory where you can find the generated package and required Java-modules.
Expand Down

0 comments on commit 6adfef2

Please sign in to comment.