Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Update Gradle / Gradle wrapper to 8.2.1 and other updates #20

Update Gradle / Gradle wrapper to 8.2.1 and other updates

Update Gradle / Gradle wrapper to 8.2.1 and other updates #20

Workflow file for this run

# SPDX-FileCopyrightText: 2020 microG Team
# SPDX-License-Identifier: CC0-1.0
name: Build
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-java@v3
with:
distribution: adopt
java-version: 17
cache: gradle
- run: ./gradlew --no-daemon build
env:
TERM: dumb
JAVA_OPTS: -Xmx2048m