Skip to content

Commit

Permalink
chore: [fix] update distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
thisdudkin committed Sep 12, 2024
1 parent 2245484 commit f448dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/setup-java@v2
with:
java-version: '21'
distribution: 'openjdk'
distribution: 'adopt-openjdk'
cache: maven
- name: Build with Maven
run: mvn -B install --file pom.xml -DdisableXmlReport=true

0 comments on commit f448dfc

Please sign in to comment.