Skip to content

Commit 224f405

Browse files
committed
fix build
1 parent 91c4b06 commit 224f405

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Push Docker image
1+
name: Build and Push Docker Image
22

33
on:
44
push:
@@ -17,6 +17,15 @@ jobs:
1717
- name: Checkout source
1818
uses: actions/checkout@v4
1919

20+
- name: Set up JDK 24
21+
uses: actions/setup-java@v3
22+
with:
23+
distribution: temurin
24+
java-version: 24
25+
26+
- name: Build with Gradle
27+
run: ./gradlew build --no-daemon
28+
2029
- name: Log in to GitHub Container Registry
2130
uses: docker/login-action@v3
2231
with:

0 commit comments

Comments
 (0)