Skip to content

Commit dbbbace

Browse files
authored
Update build-jpackage-win.yml
1 parent 20e4bec commit dbbbace

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-jpackage-win.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ jobs:
1616
distribution: 'temurin'
1717
- name: Build with Gradle
1818
run: |
19-
gradlew.bat build --info --stacktrace -x test
20-
gradlew.bat :RMBTClient:shadowJar -x test
19+
gradlew.bat build --info --stacktrace :RMBTClient:shadowJar -x test
2120
- name: Build jpackage
2221
run: |
2322
cd RMBTClient\build\libs

0 commit comments

Comments
 (0)