Skip to content

Updated to Java 17 and Junit 5. Includes the gradle test task with a… #157

Updated to Java 17 and Junit 5. Includes the gradle test task with a…

Updated to Java 17 and Junit 5. Includes the gradle test task with a… #157

Workflow file for this run

name: Gradle Check
on:
push:
branches-ignore:
- develop
permissions: read-all
jobs:
gradle-check:
name: Gradle Check
uses: interlok-tooling/reusable-workflows/.github/workflows/gradle-check.yml@main
secrets:
NEXUS_REPO_PASSWORD: ${{ secrets.NEXUS_REPO_PASSWORD }}