Skip to content

Add maven-publish plugin for now to let JitPack pick the AAR #1

Add maven-publish plugin for now to let JitPack pick the AAR

Add maven-publish plugin for now to let JitPack pick the AAR #1

Workflow file for this run

name: Build
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- name: set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: gradle
- name: Setup Android SDK Tools
uses: android-actions/setup-android@v3.2.0
- name: Build
run: ./gradlew build