Skip to content

Separated to two constructors #513

Separated to two constructors

Separated to two constructors #513

Workflow file for this run

name: Build Check
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
name: Debug build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
distribution: adopt
java-version: 17
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Build library
run: ./gradlew assembleDebug --stacktrace