Maven being maven for the 696969696969696969696969th time

This commit is contained in:
Ivan Pekov 2020-09-23 22:23:14 +03:00
parent 4c7a91845b
commit 728f20832b
No known key found for this signature in database
GPG Key ID: BC975C392D9CA3A3
2 changed files with 10 additions and 6 deletions

View File

@ -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
View File

@ -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>