Skip to content

Migrate Gradle scripts to Kotlin DSL #237

Migrate Gradle scripts to Kotlin DSL

Migrate Gradle scripts to Kotlin DSL #237

Workflow file for this run

name: Debug
on: [ push, workflow_dispatch ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: 17
distribution: temurin
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Setup Gradle and build debug
uses: gradle/gradle-build-action@v2
with:
arguments: buildDebug