Skip to content

Amended readme with proper GAV coordinates and links as per email fro… #32

Amended readme with proper GAV coordinates and links as per email fro…

Amended readme with proper GAV coordinates and links as per email fro… #32

Workflow file for this run

name: Build branches
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout project sources
uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: 'gradle'
- name: Run test with Gradle Wrapper
run: ./gradlew clean test