Skip to content

Updates documentation with an actionable reference of DoD accepted po… #1590

Updates documentation with an actionable reference of DoD accepted po…

Updates documentation with an actionable reference of DoD accepted po… #1590

Workflow file for this run

name: Build Pipeline
on: [push]
jobs:
build:
name: Build test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
#Set up JDK 17
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: 'corretto'
java-version: '17'
java-package: jdk
#Build
- name: Build
run: mvn clean package spring-boot:repackage