forked from DiscordBots/lilJudd
fix: fixed build.yml???????
Signed-off-by: moonleay <contact@moonleay.net>
This commit is contained in:
parent
a2436cb002
commit
c4b00aa9a5
1 changed files with 2 additions and 2 deletions
|
@ -5,14 +5,14 @@ jobs:
|
|||
container:
|
||||
image: gradle
|
||||
steps:
|
||||
- name: Checkout project sources
|
||||
uses: actions/checkout@v3
|
||||
- name: Clean Caches
|
||||
run: |
|
||||
rm -f .gradle/caches/modules-2/modules-2.lock
|
||||
rm -fr .gradle/caches/*/plugin-resolution/
|
||||
- name: Export Gradle User Home
|
||||
uses: export GRADLE_USER_HOME=`pwd`/.gradle
|
||||
- name: Checkout project sources
|
||||
uses: actions/checkout@v3
|
||||
- name: Setup Gradle
|
||||
uses: gradle/gradle-build-action@v2
|
||||
- name: Run shadowJar
|
||||
|
|
Loading…
Reference in a new issue