Skip to content

Upgrade to SDK 34 #208

Upgrade to SDK 34

Upgrade to SDK 34 #208

Workflow file for this run

name: ci
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'temurin'
- name: Run Gradle
uses: gradle/gradle-build-action@v2
with:
arguments: lintDebug assembleFossDebug
build-root-directory: pretixprint