Skip to content

Commit

Permalink
chore: upgraded Java version
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoso committed Jun 12, 2024
1 parent d6b0e1b commit c1229b7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Set up JDK 17
uses: actions/[email protected]
with:
java-version: '17'
distribution: 'temurin'

- name: Copy secrets to gradle.properties
run: |
sed -i -e "s,gradle.publish.key=,gradle.publish.key=$GRADLE_PUBLISH_KEY,g" gradle.properties
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v2

- name: Set up JDK 17
uses: actions/[email protected]
with:
java-version: '17'
distribution: 'temurin'

- name: Run tests
run: |
echo "Running unit tests"
Expand Down

0 comments on commit c1229b7

Please sign in to comment.