Skip to content

remove unmodified code from wpi-math & depend on the library #263

remove unmodified code from wpi-math & depend on the library

remove unmodified code from wpi-math & depend on the library #263

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