Skip to content

QR Code Integration and Bug Fixes, Deps Updates and Refinements for 1.7 2FA #86

QR Code Integration and Bug Fixes, Deps Updates and Refinements for 1.7 2FA

QR Code Integration and Bug Fixes, Deps Updates and Refinements for 1.7 2FA #86

Workflow file for this run

name: "Install, Build & Test"
on:
pull_request:
branches:
- master
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v2
- name: Set up JDK 8
uses: actions/setup-java@v2
with:
java-version: '8'
distribution: 'adopt'
server-id: github
settings-path: ${{ github.workspace }}
- name: Build with Gradle
run: gradle :clean :build