Skip to content

Make config properties private with public getters #9

Make config properties private with public getters

Make config properties private with public getters #9

Workflow file for this run

name: Java Build with Maven
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
path: |
target/*.jar
!target/original-*.jar