mirror of
https://github.com/YatopiaMC/Yatopia.git
synced 2024-11-25 20:16:09 +01:00
Maven being maven for the 696969696969696969696969th time
This commit is contained in:
parent
4c7a91845b
commit
728f20832b
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -52,12 +52,6 @@ jobs:
|
||||
git config --global user.name "Github CI"
|
||||
sudo chmod -R -f 777 scripts
|
||||
./yatopia init
|
||||
- name: Build Maven Depends
|
||||
if: steps.maven-cache.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
cd Tuinity
|
||||
./tuinity jar
|
||||
cd ..//
|
||||
- name: Build Yatopia
|
||||
run: |
|
||||
./yatopia full
|
||||
|
10
pom.xml
10
pom.xml
@ -25,6 +25,16 @@
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
|
||||
<repositories>
|
||||
<!-- Fixes some maven cache stuff
|
||||
Tbh idk what black magic solves this problem but yea it works
|
||||
-->
|
||||
<repository>
|
||||
<id>aikar</id>
|
||||
<url>https://repo.aikar.co/nexus/content/repositories/aikar/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>codemc-releases</id>
|
||||
|
Loading…
Reference in New Issue
Block a user