Merge branch 'main' of https://git.slpnetwork.de/Steev/betterminecraft
This commit is contained in:
commit
51f825c0ee
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user