Skip to content

don't initialize the Timer object in the constructor #270

don't initialize the Timer object in the constructor

don't initialize the Timer object in the constructor #270

Workflow file for this run

name: Run Gradle on Push
on: push
jobs:
gradle:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: adopt-hotspot
java-version: 17
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Execute Gradle build
run: ./gradlew desktop:dist
- name: Upload build artifacts
uses: actions/upload-artifact@v3
with:
name: build-artifacts
path: desktop/build/libs