Signed-off-by: moonleay <contact@moonleay.net>
This commit is contained in:
parent
2bfc327ceb
commit
cd84d02608
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@ on: [ push ]
|
||||||
jobs:
|
jobs:
|
||||||
build_and_publish:
|
build_and_publish:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: gradle
|
||||||
steps:
|
steps:
|
||||||
- name: Clean Caches
|
- name: Clean Caches
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue