Skip to content

Commit

Permalink
chore: build, test and push java8 compatible jar files to sonatype
Browse files Browse the repository at this point in the history
chore: fix workflow config files
  • Loading branch information
jarlah committed Oct 7, 2023
1 parent c961b4c commit 6908200
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up Maven Central Repository
uses: actions/setup-java@v3
with:
java-version: 20.0.1
java-version: 8
distribution: 'temurin'
java-package: 'jdk'
cache: 'maven'
Expand Down

0 comments on commit 6908200

Please sign in to comment.