Merge pull request '.gitea/workflows/release.yml aktualisiert' (#14) from main into Release
Some checks failed
Build and Release Minecraft Plugin / build (push) Failing after 45s
Build and Release Minecraft Plugin / release (push) Has been skipped

Reviewed-on: #14
This commit is contained in:
Steev 2023-10-03 19:34:22 +02:00
commit c9367a2098

View File

@ -17,8 +17,11 @@ jobs:
java-version: '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
run: apt-add-repository ppa:andrei-pozolotin/maven3
run: add-apt-repository ppa:andrei-pozolotin/maven3
- name: Update Apt
run: apt update -y