Skip to content

Commit 3a3daf2

Browse files
authored
Quarkus 3.8.1 and fix readme (#1324)
1 parent a2ec8f9 commit 3a3daf2

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@ UI is located in `base/src/main/resources/web/`
2121

2222
Use this command to start `community-app` dev mode on: http://0.0.0.0:8080 (Api and UI).
2323
```shell
24-
# Install the parent pom
24+
# Install the parent pom and web-deps
2525
./mvnw clean install -N
26+
./mvnw clean install -f web-deps
2627

2728
# Start the dev mode
28-
cd base && quarkus dev
29+
./mvnw quarkus:dev -f base
2930
```
3031

3132
Build the app locally:

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717

1818
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
1919
<quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
20-
<quarkus.platform.version>3.7.3</quarkus.platform.version>
20+
<quarkus.platform.version>3.8.1</quarkus.platform.version>
2121

2222
<skipITs>true</skipITs>
2323
<surefire-plugin.version>3.2.5</surefire-plugin.version>
24-
<quarkus-web-bundler.version>1.3.0.CR2</quarkus-web-bundler.version>
24+
<quarkus-web-bundler.version>1.3.0</quarkus-web-bundler.version>
2525
<quarkus-playwright.version>0.0.1</quarkus-playwright.version>
2626

2727
<formatter.plugin.version>2.23.0</formatter.plugin.version>

web-deps/src/main/resources/application.properties

Whitespace-only changes.

0 commit comments

Comments
 (0)