Skip to content

Merge pull request #16 from e-identification/dependabot/gradle/junit-… #79

Merge pull request #16 from e-identification/dependabot/gradle/junit-…

Merge pull request #16 from e-identification/dependabot/gradle/junit-… #79

Workflow file for this run

on: [push]
name: ci
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 21
uses: actions/setup-java@v2
with:
java-version: '21'
distribution: 'adopt'
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
- name: Check
run: ./gradlew check
- name: Build with Gradle
run: ./gradlew build