Skip to content

Commit 21c8dcf

Browse files
committed
Revert "Use shadowJar for build step"
This reverts commit 5f85518.
1 parent 9b0cb40 commit 21c8dcf

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 shadowJar
42+
run: ./gradlew build
4343
- name: Test with Gradle
4444
run: ./gradlew test

0 commit comments

Comments
 (0)