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 }}
#fetch-depth: 0
- name: Build with Maven
#uses: actions/checkout@v5
#uses: actions/setup-java@v5
- name: Set up Java
uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: '21'
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
run: |
java -version