Skip to content

Commit ee10948

Browse files
committed
Added a build workflow
1 parent 7676cbf commit ee10948

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/maven.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,12 @@ jobs:
2121

2222
steps:
2323
- uses: actions/checkout@v4
24-
- name: Set up JDK 21
24+
- name: Set up JDK 24
2525
uses: actions/setup-java@v4
2626
with:
27-
java-version: '21'
28-
distribution: 'temurin'
27+
java-version: '24'
28+
distribution: 'graalvm'
2929
cache: maven
3030
- name: Build with Maven
31-
run: mvn -B package --file pom.xml
31+
run: mvn package
3232

33-
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
34-
- name: Update dependency graph
35-
uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6

0 commit comments

Comments
 (0)