Commit d7ba49a
committed
chore(crawler-gradle): MXTS-77488: target jdk 25 and cut 5.0.0
Bumps the convention plugin 3.3.2 -> 5.0.0-RC-3, cuts the module as 5.0.0,
repoints microdocs-core-java 3.0.0 -> 5.0.0 (regenerating gradle.lockfile to
match), and adds mavenLocal() so that coordinate resolves before 5.0.0 is
published to the registry.
Drops the sourceCompatibility/targetCompatibility VERSION_17 pin added in
fbc6c56, letting the bytecode target follow conventions' toolchain 25. The
plugin moves from major 52 (published 4.0.2) to major 69.
This is deliberate: microdocs 5.0.0 targets consumers already on JDK 25. The
major version bump is what gates adoption -- config-server pins
microdocs_version=4.+, which cannot resolve 5.0.0, so JDK 21 consumers stay
on 4.0.2. Consuming builds of 5.0.0 need their Gradle daemon AND javadoc
toolchain on JDK 25+.1 parent 5700c37 commit d7ba49a
3 files changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
26 | | - | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
50 | | - | |
51 | | - | |
52 | 51 | | |
53 | 52 | | |
54 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | | - | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
0 commit comments