Skip to content

Commit

Permalink
java build
Browse files Browse the repository at this point in the history
  • Loading branch information
kb-kerem committed Apr 10, 2024
1 parent fa18290 commit 722219a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/java-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,12 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
cache: 'maven'
- name: Build with Maven
run: mvn -B package --file pom.xml

0 comments on commit 722219a

Please sign in to comment.