Skip to content

Commit

Permalink
[CHORE] GH actions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Sikina committed Oct 10, 2024
1 parent 2f38774 commit a778ee8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'coretto'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
11 changes: 0 additions & 11 deletions .github/workflows/unit-tests.yaml

This file was deleted.

0 comments on commit a778ee8

Please sign in to comment.