Commit 568777b
refactor(distribution): Rename orgAuthToken to distributionAuthToken (#1025)
* refactor(distribution): Rename orgAuthToken to distributionAuthToken
The property orgAuthToken was misleading as it specifically holds the
distribution auth token, not a general org token. Renamed to
distributionAuthToken for better clarity and consistency with its usage
(extension.distribution.authToken) and the property it writes to
(DISTRIBUTION_AUTH_TOKEN_PROPERTY).
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
* style(distribution): Apply spotless formatting
Applied spotless formatting to break long line in GenerateDistributionPropertiesTask.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent 15068f5 commit 568777b
File tree
1 file changed
+5
-3
lines changed- plugin-build/src/main/kotlin/io/sentry/android/gradle/tasks
1 file changed
+5
-3
lines changedLines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
| |||
117 | 119 | | |
118 | 120 | | |
119 | 121 | | |
120 | | - | |
| 122 | + | |
121 | 123 | | |
122 | 124 | | |
123 | 125 | | |
| |||
0 commit comments