Compare commits

..

No commits in common. "c9367a20987f3808dbe895a4aabfafa91f2111e3" and "3f33d2efc29b9d1711caf317c5078eccba5b63ca" have entirely different histories.

View File

@ -17,11 +17,8 @@ jobs:
java-version: '17' java-version: '17'
distribution: 'adopt' # Verwenden Sie 'adopt' für Java 17 distribution: 'adopt' # Verwenden Sie 'adopt' für Java 17
- name: instaling common software package
run: apt-get install software-properties-common
- name: add maven repo - name: add maven repo
run: add-apt-repository ppa:andrei-pozolotin/maven3 run: apt-add-repository ppa:andrei-pozolotin/maven3
- name: Update Apt - name: Update Apt
run: apt update -y run: apt update -y