Skip to content

renamed files and packed into an atlas #1348

renamed files and packed into an atlas

renamed files and packed into an atlas #1348

Workflow file for this run

name: Build project
on: [push, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '17'
cache: 'maven'
- name: Build with Maven
run: mvn -B -U clean install --file pom.xml