Skip to content

add windows batch script #4

add windows batch script

add windows batch script #4

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Fetch sources
uses: actions/checkout@v4
- name: Set up jdk 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
cache: maven
- name: build with maven
run: ./mvnw --batch-mode --update-snapshots verify