Skip to content

do not expose JSR 302 as transitive dependency to other projects #65

do not expose JSR 302 as transitive dependency to other projects

do not expose JSR 302 as transitive dependency to other projects #65

Workflow file for this run

name: Build
on:
push:
branches: [ "main" ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B package