ci: configure actions/setup-java to not overwrite maven's settings.xml

Builds started failing since 06bd403670, where
actions/setup-java v21 was added for Spigot 1.20.5, which overwrote the credentials for publishing artifacts to the repo
This commit is contained in:
Christian Koop 2024-05-09 21:42:28 +02:00
parent 044f28ce25
commit 89c3d876ef
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3

View File

@ -21,6 +21,7 @@ runs:
with:
java-version: 17
distribution: adopt
overwrite-settings: false
- uses: SpraxDev/Action-SpigotMC@v5
with:
@ -31,6 +32,7 @@ runs:
with:
java-version: 21
distribution: adopt
overwrite-settings: false
- uses: SpraxDev/Action-SpigotMC@v5
with: