Skip to content

sethome and home name changes #9

sethome and home name changes

sethome and home name changes #9

Workflow file for this run

name: Maven Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'oracle'
server-id: github
settings-path: ${{ github.workspace }}
- name: Build with Maven
run: mvn -B package --file pom.xml
- uses: actions/upload-artifact@v1
with:
name: artifact
path: target/