Skip to content

Fixes #34 Automate Publication of Artifacts to the Central Repository #47

Fixes #34 Automate Publication of Artifacts to the Central Repository

Fixes #34 Automate Publication of Artifacts to the Central Repository #47

Workflow file for this run

name: Android CI
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Clone Repository
uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: gradle
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Build with Gradle
run: ./gradlew build