Commit f5cfed5
build: clear Gradle 10 deprecations, bump wrapper to 9.7.0
gestalt-module/build.gradle.kts used the `val x by tasks.registering(...)`
Kotlin DSL delegate syntax, removed in Gradle 10; switched to
`val x = tasks.register<Type>(name) { }`.
testpack-api/build.gradle set sourceCompatibility/targetCompatibility via
the Groovy space-assignment form, also removed in Gradle 10; now uses `=`.
Remaining warning (animalsnifferMain's `ReportingExtension.file(String)`)
is internal to gradle-animalsniffer-plugin 2.0.1, the latest release; not
ours to fix.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent 815f86a commit f5cfed5
3 files changed
Lines changed: 8 additions & 8 deletions
File tree
- gestalt-module
- gradle/wrapper
- testpack/testpack-api
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
0 commit comments