fix: fixed build.yml????

Signed-off-by: moonleay <contact@moonleay.net>
This commit is contained in:
moonleay 2023-08-04 21:28:10 +02:00
parent 2bfc327ceb
commit cd84d02608

View file

@ -2,13 +2,13 @@ on: [ push ]
jobs:
build_and_publish:
runs-on: docker
container:
image: gradle
steps:
- name: Clean Caches
run: |
rm -f .gradle/caches/modules-2/modules-2.lock
rm -fr .gradle/caches/*/plugin-resolution/
- name: Checkout project sources
uses: actions/checkout@v3
- name: Run shadowJar
run: gradle shadowJar
- name: Run publish