We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3db72f7 + ac1fa32 commit 3f99b93Copy full SHA for 3f99b93
1 file changed
README.md
@@ -46,12 +46,10 @@ jobs:
46
47
# This job runs a Maven command to build the project.
48
- name: Maven Install
49
- working-directory: ./test
50
run: mvn --batch-mode install
51
52
# # This job runs a Gradle command to build the project.
53
# - name: Gradle Build
54
- # working-directory: ./test
55
# run: ./gradlew --console plain build
56
57
# Run Diffblue Cover
0 commit comments