Skip to content

Prepare puch to maven central : first version #15

Prepare puch to maven central : first version

Prepare puch to maven central : first version #15

Workflow file for this run

name: 'Build running test'
on:
pull_request
jobs:
check_pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
# overrides the file ~/.m2/settings.xml with data to publish to maven pkg server with id github
overwrite-settings: true
- name: Verify
run: |
mvn -B verify