Skip to content

make server sync mandatory, fix weirdness with custom mode screen #149

make server sync mandatory, fix weirdness with custom mode screen

make server sync mandatory, fix weirdness with custom mode screen #149

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
- name: grant execute permission for gradlew
run: chmod +x gradlew
- name: build with gradle
run: ./gradlew build
- name: capture build artifacts
uses: actions/upload-artifact@v3
with:
name: artifacts
path: build/libs/