Skip to content

Updates build tools

Updates build tools #5

Workflow file for this run

name: Build SDK
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
build-sdk:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'corretto'
java-version: '17'
- name: Build release version of the SDK
run: ./gradlew clean assembleRelease