We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b54e0f commit c86fa71Copy full SHA for c86fa71
3 files changed
.github/workflows/build_and_test.yml
@@ -31,12 +31,6 @@ jobs:
31
- name: Checkout Repository
32
uses: actions/checkout@v4
33
34
- - name: Apply patch to settings.gradle
35
- run: |
36
- if [ -f settings.gradle.patch ]; then
37
- patch -p0 < settings.gradle.patch
38
- fi
39
-
40
- name: Apply patch to gradle.properties
41
run: sed -i 's/debug_all = false/debug_all = true/g' gradle.properties
42
.github/workflows/test_java.yml
@@ -22,12 +22,6 @@ jobs:
22
23
24
25
26
27
28
29
30
- name: Apply patch to build.gradle
settings.gradle.patch
0 commit comments