We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53f7cc6 commit 6475002Copy full SHA for 6475002
.github/workflows/gradle.yml
@@ -41,14 +41,10 @@ jobs:
41
42
- name: Build with Gradle Wrapper
43
run: ./gradlew build
44
- env:
45
- CASE_CONNECTOR_DEBUG: 'true'
46
47
48
- name: Test with Gradle Wrapper
49
run: ./gradlew test
50
51
52
53
# NOTE: The Gradle Wrapper is the default and recommended way to run Gradle (https://docs.gradle.org/current/userguide/gradle_wrapper.html).
54
# If your project does not have the Gradle Wrapper configured, you can use the following configuration to run Gradle with a specified version.
0 commit comments