Skip to content

dependency: upgrade kotlin to 1.9.20. #42

dependency: upgrade kotlin to 1.9.20.

dependency: upgrade kotlin to 1.9.20. #42

Workflow file for this run

name: build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: 11
distribution: 'adopt'
- name: Test with Gradle
run: ./gradlew test