upload sources jar and enable maven cache on ci #37

Merged
jorge.bornhausen merged 2 commits from sources into main 2025-01-07 10:42:32 +00:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 0fa8453eec - Show all commits

View file

@ -31,6 +31,7 @@ jobs:
with:
distribution: 'temurin'
java-version: '21'
cache: 'maven'
- name: Configure Maven CI/CD settings
uses: https://github.com/s4u/maven-settings-action@v3.1.0

View file

@ -59,6 +59,7 @@ jobs:
with:
distribution: 'temurin'
java-version: '21'
cache: 'maven'
- name: Make maven wrapper executable
run: chmod +x mvnw