Commit cd14fc2
fix: resolve valueof(GradlePropertyValueSource) in artifact filename
- Update IntelliJ Platform Gradle Plugin from 2.13.1 to 2.16.0
- Work around Gradle 9.0 Provider resolution bug where the plugin sets
project.version to an unresolved Provider whose toString() returns
"valueof(GradlePropertyValueSource)" instead of the actual version
- afterEvaluate restores project.version to the resolved string so
buildPlugin creates GoAOPPlugin-2.0.0.zip instead of the broken name
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 779c165 commit cd14fc2
2 files changed
Lines changed: 14 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
20 | 31 | | |
21 | 32 | | |
22 | 33 | | |
| |||
133 | 144 | | |
134 | 145 | | |
135 | 146 | | |
136 | | - | |
| 147 | + | |
137 | 148 | | |
138 | 149 | | |
139 | 150 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments