Skip to content

Commit 6475002

Browse files
committed
actually disable debug
1 parent 53f7cc6 commit 6475002

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/gradle.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,10 @@ jobs:
4141

4242
- name: Build with Gradle Wrapper
4343
run: ./gradlew build
44-
env:
45-
CASE_CONNECTOR_DEBUG: 'true'
4644

4745

4846
- name: Test with Gradle Wrapper
4947
run: ./gradlew test
50-
env:
51-
CASE_CONNECTOR_DEBUG: 'true'
5248

5349
# NOTE: The Gradle Wrapper is the default and recommended way to run Gradle (https://docs.gradle.org/current/userguide/gradle_wrapper.html).
5450
# 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

Comments
 (0)