Skip to content

Commit c86fa71

Browse files
committed
Del settings.gradle.patch
1 parent 9b54e0f commit c86fa71

3 files changed

Lines changed: 0 additions & 29 deletions

File tree

.github/workflows/build_and_test.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ jobs:
3131
- name: Checkout Repository
3232
uses: actions/checkout@v4
3333

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-
4034
- name: Apply patch to gradle.properties
4135
run: sed -i 's/debug_all = false/debug_all = true/g' gradle.properties
4236

.github/workflows/test_java.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ jobs:
2222
- name: Checkout Repository
2323
uses: actions/checkout@v4
2424

25-
- name: Apply patch to settings.gradle
26-
run: |
27-
if [ -f settings.gradle.patch ]; then
28-
patch -p0 < settings.gradle.patch
29-
fi
30-
3125
- name: Apply patch to build.gradle
3226
run: sed -i 's/debug_all = false/debug_all = true/g' gradle.properties
3327

settings.gradle.patch

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)