Skip to content

Commit

Permalink
Update READMEs
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Mikusa <[email protected]>
  • Loading branch information
dmikusa committed Jul 25, 2024
1 parent a440aef commit 147082b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion java/application-insights/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ echo "<Instrumentation Key>" > binding/InstrumentationKey
## Building

```bash
pack build applications/application-insights --env BP_JVM_VERSION=11 --volume "$(pwd)/binding:/platform/bindings/application-insights"
pack build applications/application-insights --env BP_JVM_VERSION=17 --volume "$(pwd)/binding:/platform/bindings/application-insights"
```

## Running
Expand Down
2 changes: 1 addition & 1 deletion java/aspectj/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ See [prerequisites](https://paketo.io/docs/howto/java/#prerequisites) of this sa
## Building

```bash
pack build applications/aspectj --env BP_JVM_VERSION=11
pack build applications/aspectj --env BP_JVM_VERSION=17
```

## Running
Expand Down
2 changes: 1 addition & 1 deletion java/kotlin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ See [prerequisites](https://paketo.io/docs/howto/java/#prerequisites) of this sa
## Building

```bash
pack build applications/kotlin --env BP_JVM_VERSION=11
pack build applications/kotlin --env BP_JVM_VERSION=17
```

## Running
Expand Down
2 changes: 1 addition & 1 deletion java/war/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ See [prerequisites](https://paketo.io/docs/howto/java/#prerequisites) of this sa
## Building

```bash
pack build applications/war --env BP_JVM_VERSION=11
pack build applications/war --env BP_JVM_VERSION=17
```

## Running
Expand Down

0 comments on commit 147082b

Please sign in to comment.