We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70fb30f commit a7facb1Copy full SHA for a7facb1
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Spotless Check
24
run: ./gradlew spotlessCheck
25
- name: Test
26
- run: ./gradlew test
+ run: ./gradlew test --rerun-tasks
27
- name: Build
28
run: ./gradlew generatePomFileForMavenJavaPublication build
29
publish:
0 commit comments