Skip to content

Commit f49aca7

Browse files
Fix github actions scripts
1 parent 2b27bb5 commit f49aca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616
java-package: jdk
1717
architecture: x64
1818
- name: Run tests
19-
run: mvn -B package
19+
run: ./gradlew assemble
2020

0 commit comments

Comments
 (0)