Skip to content

Commit 5f85518

Browse files
committed
Use shadowJar for build step
1 parent 2a77a70 commit 5f85518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
HYTALE_DOWNLOADER_CREDENTIALS: ${{ secrets.HYTALE_DOWNLOADER_CREDENTIALS }}
4040
run: ./gradlew :hytale:download-server
4141
- name: Build with Gradle
42-
run: ./gradlew build
42+
run: ./gradlew shadowJar
4343
- name: Test with Gradle
4444
run: ./gradlew test

0 commit comments

Comments
 (0)