Skip to content

New platform version #43

New platform version

New platform version #43

Workflow file for this run

name: 'Build Java files with Maven'
on:
push:
branches: [ 'main' ]
paths: [ '**/*.java' ]
pull_request:
branches: [ 'main' ]
paths: [ '**/*.java' ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup Maven
uses: s4u/[email protected]
with:
java-version: 11
java-distribution: 'temurin'
- name: Build with Maven
run: mvn -e --no-transfer-progress package