Skip to content

Commit

Permalink
fix java version for DIA-3574-update-sdk-dep-view-binding
Browse files Browse the repository at this point in the history
  • Loading branch information
bohdan-go-wombat committed May 23, 2024
1 parent 9806ae6 commit a3b831a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/test-maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,18 @@ on:
jobs:
build:
name: Create Release and tag
runs-on: macos-latest
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: set up JDK 11
uses: actions/setup-java@v4
with:
distribution: zulu
java-version: 11
cache: gradle
- name: Build and test
run: |
./gradlew cmplibrary:build
Expand Down

0 comments on commit a3b831a

Please sign in to comment.