Skip to content

chore(player): remove view interface as it is not really useful. Also… #171

chore(player): remove view interface as it is not really useful. Also…

chore(player): remove view interface as it is not really useful. Also… #171

Workflow file for this run

name: Build project
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Java
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build
run: ./gradlew build