Add build and publish steps #3

Merged
chimeudeonwop merged 53 commits from feature/setup-workflow-pipeline into main 2025-11-04 18:20:11 +00:00
8 changed files with 364 additions and 2 deletions
Showing only changes of commit 89bdea0109 - Show all commits

View File

@ -30,13 +30,20 @@ jobs:
#token: ${{ secrets.ACCESS_TOKEN }} #token: ${{ secrets.ACCESS_TOKEN }}
#fetch-depth: 0 #fetch-depth: 0
- name: Build with Maven - name: Set up Java
#uses: actions/checkout@v5 uses: actions/setup-java@v5
#uses: actions/setup-java@v5
with: with:
distribution: 'temurin' distribution: 'temurin'
java-version: '21' java-version: '21'
cache: 'maven' cache: 'maven'
- name: Build with Maven
#uses: actions/checkout@v5
#uses: actions/setup-java@v5
#with:
#distribution: 'temurin'
#java-version: '21'
#cache: 'maven'
#cache-dependency-path: 'sub-project/pom.xml' # optional #cache-dependency-path: 'sub-project/pom.xml' # optional
run: | run: |
java -version java -version