Skip to content

Add JAR Build and Run Instructions #4

Add JAR Build and Run Instructions

Add JAR Build and Run Instructions #4

Workflow file for this run

name: Build
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'adopt'
- uses: gradle/wrapper-validation-action@v1
- run: ./gradlew build --no-daemon