Commit 76e2fb3
authored
chore(cli): Stop passing deprecated parameters (#1015)
* chore(cli): Stop passing deprecated parameters
Fixes #1012
Fixes GRADLE-67
* Remove code for backwards-compatibility testing
This test code was added in #576. It ensures that the Gradle plugin gracefully handles the case where we attempt to upload a ProGuard mapping, with release association, to a self-hosted instance which does not yet support ProGuard release association. Since we no longer will support ProGuard release association in the Gradle plugin, this test code has become irrelevant.1 parent 461d37c commit 76e2fb3
File tree
4 files changed
+1
-30
lines changed- plugin-build/src
- main/kotlin/io/sentry/android/gradle/tasks
- test/kotlin/io/sentry/android/gradle
- integration
- tasks
- test
4 files changed
+1
-30
lines changedLines changed: 0 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | 80 | | |
92 | 81 | | |
93 | 82 | | |
| |||
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | 49 | | |
54 | 50 | | |
55 | 51 | | |
| |||
plugin-build/src/test/kotlin/io/sentry/android/gradle/tasks/SentryUploadProguardMappingTaskTest.kt
Lines changed: 0 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | 52 | | |
59 | 53 | | |
60 | 54 | | |
| |||
85 | 79 | | |
86 | 80 | | |
87 | 81 | | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | 82 | | |
94 | 83 | | |
95 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
| 45 | + | |
49 | 46 | | |
50 | 47 | | |
51 | 48 | | |
| |||
0 commit comments