Skip to content

Add MSSP client support to Kotlin and Swift MTH clients. #8

Add MSSP client support to Kotlin and Swift MTH clients.

Add MSSP client support to Kotlin and Swift MTH clients. #8

Workflow file for this run

name: Kotlin
on:
push:
branches: [ "trunk" ]
pull_request:
branches: [ "trunk" ]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: kotlin
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
- uses: gradle/actions/setup-gradle@v4
- name: Build
run: ./gradlew build
- name: Test
run: ./gradlew test