Skip to content

feat: update the adkit library to 1.0.2 #3

feat: update the adkit library to 1.0.2

feat: update the adkit library to 1.0.2 #3

Workflow file for this run

name: Build SDK
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '17'
cache: 'gradle'
- name: Change wrapper permissions
run: chmod +x ./gradlew
- name: Build SDK and Demo App
run: ./gradlew build