fix: fixed build.yml???
Some checks failed
/ build_and_publish (push) Failing after 2s

Signed-off-by: moonleay <contact@moonleay.net>
This commit is contained in:
moonleay 2023-08-04 21:25:46 +02:00
parent 38832e1c0d
commit 2bfc327ceb

View file

@ -7,6 +7,8 @@ jobs:
run: | run: |
rm -f .gradle/caches/modules-2/modules-2.lock rm -f .gradle/caches/modules-2/modules-2.lock
rm -fr .gradle/caches/*/plugin-resolution/ rm -fr .gradle/caches/*/plugin-resolution/
- name: Checkout project sources
uses: actions/checkout@v3
- name: Run shadowJar - name: Run shadowJar
run: gradle shadowJar run: gradle shadowJar
- name: Run publish - name: Run publish