mirror of
https://github.com/songoda/SongodaCore.git
synced 2024-11-23 10:35:18 +01:00
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:
parent
044f28ce25
commit
89c3d876ef
@ -21,6 +21,7 @@ runs:
|
|||||||
with:
|
with:
|
||||||
java-version: 17
|
java-version: 17
|
||||||
distribution: adopt
|
distribution: adopt
|
||||||
|
overwrite-settings: false
|
||||||
|
|
||||||
- uses: SpraxDev/Action-SpigotMC@v5
|
- uses: SpraxDev/Action-SpigotMC@v5
|
||||||
with:
|
with:
|
||||||
@ -31,6 +32,7 @@ runs:
|
|||||||
with:
|
with:
|
||||||
java-version: 21
|
java-version: 21
|
||||||
distribution: adopt
|
distribution: adopt
|
||||||
|
overwrite-settings: false
|
||||||
|
|
||||||
- uses: SpraxDev/Action-SpigotMC@v5
|
- uses: SpraxDev/Action-SpigotMC@v5
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user