Skip to content

Commit c13f9f5

Browse files
Merge branch 'main' into renovate/docusaurus-monorepo
2 parents 7b74ece + f20e7e0 commit c13f9f5

File tree

8 files changed

+376
-416
lines changed

8 files changed

+376
-416
lines changed

.github/workflows/build-calm-hub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
# Step 2: Set up JDK
2626
- name: Set up JDK
27-
uses: actions/setup-java@v3
27+
uses: actions/setup-java@v4
2828
with:
2929
distribution: 'temurin'
3030
java-version: '21'

calm-hub/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<plugins>
9191
<!-- Quarkus Maven Plugin -->
9292
<plugin>
93-
<groupId>${quarkus.platform.group-id}</groupId>
93+
<groupId>io.quarkus</groupId>
9494
<artifactId>quarkus-maven-plugin</artifactId>
9595
<version>${quarkus.platform.version}</version>
9696
<extensions>true</extensions>

0 commit comments

Comments
 (0)