Skip to content

Dces 670 tests refactoring (#1082) #539

Dces 670 tests refactoring (#1082)

Dces 670 tests refactoring (#1082) #539

name: Gradle build and test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'corretto'
# Configure Gradle for optimal use in GiHub Actions, including caching of downloaded dependencies.
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
- name: Setup Gradle
uses: gradle/actions/setup-gradle@c9872874b099717fffc25bee4cac9c04ac16c873 # v4.0.0-rc.1
- name: Check Git Version
run: git --version
- name: Build with Gradle Wrapper
run: |
pushd maat-court-data-api
chmod +x ./gradlew
./gradlew build