Skip to content

Create example-config-file.properties #2

Create example-config-file.properties

Create example-config-file.properties #2

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