Skip to content

workflow for meven relase to central #13

workflow for meven relase to central

workflow for meven relase to central #13

Workflow file for this run

name: mini-sql build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Set up JDK 17
uses: actions/setup-java@main
with:
java-version: 17
distribution: 'oracle'
- name: Build project with Maven
run: mvn -B package --file pom.xml