Correction in pom.xml #18

Merged
Steev merged 2 commits from main into Release 2023-10-03 19:51:58 +02:00
Showing only changes of commit 51f825c0ee - Show all commits

View File

@ -17,14 +17,11 @@ jobs:
java-version: '17'
distribution: 'adopt' # Verwenden Sie 'adopt' für Java 17
- name: add maven repo
run: apt-add-repository ppa:andrei-pozolotin/maven3
- name: Update Apt
run: apt update -y
- name: Update CA certificates
run: apt-get install --reinstall ca-certificates
run: apt-get install --reinstall ca-certificates -y
- name: Install Maven
run: apt install maven -y