Skip to content

build: Bump the kotlin group with 5 updates #9

build: Bump the kotlin group with 5 updates

build: Bump the kotlin group with 5 updates #9

Workflow file for this run

name: Build Debug for PR
on: [ pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'adopt'
cache: gradle
- name: Build with Gradle
run: |
chmod +x gradlew
./gradlew clean app:assembleFossAlphaDebug