Commit edd3194
committed
build: migrate to the org.framefork.build convention plugin
Consume org.framefork.build 0.2.0 from Maven Central instead of the local
buildSrc. Removes buildSrc/ (the framefork.java / framefork.java-public
convention scripts) and the manual module discovery in settings.gradle.kts; the
settings plugin now discovers modules/ + testing/ itself, the published module
applies library-published and the spring-boot testing modules apply
library-internal, all version-less.
settings.gradle.kts declares minJavaVersion = jdkVersion = 21 to preserve the
old build's release-21 bytecode target. The plugin supplies the JUnit 5 stack,
the JUnit 4 substitution, the @NullMarked package-info generation, Error Prone +
NullAway strictness and the maven-publish staging conventions (build/staging-deploy
at the repo root, which jreleaser.yml already reads) that buildSrc used to
provide, so the module builds keep only their own dependencies.
Root build.gradle.kts drops the now-plugin-provided repositories block and
cleanAllPublications task, drops the unused be.vbgn.ci-detect plugin, and bumps
taskinfo to 3.0.2 for Gradle 9. gradle.properties drops the kapt tuning (no
Kotlin here) for the toolchain auto-detect settings. CI compiles once on the
Gradle daemon JDK and varies the JDK 21/22/23 matrix as the test-runtime launcher
via -Ptests.jdk.version (compile-once-test-many), matching the old build's
whole-build-per-JDK test coverage.1 parent 906bf57 commit edd3194
12 files changed
Lines changed: 33 additions & 307 deletions
File tree
- .github/workflows
- buildSrc
- src/main/kotlin
- gradle
- modules/spring-properties-order-by-configurations
- testing
- testing-spring-boot-3-2
- testing-spring-boot-3-3
- testing-spring-boot-3-4
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
| 17 | + | |
15 | 18 | | |
16 | | - | |
17 | | - | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
25 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
26 | 30 | | |
27 | 31 | | |
28 | 32 | | |
29 | 33 | | |
30 | 34 | | |
31 | 35 | | |
32 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
33 | 40 | | |
34 | | - | |
| 41 | + | |
35 | 42 | | |
36 | 43 | | |
37 | 44 | | |
38 | 45 | | |
39 | 46 | | |
40 | | - | |
| 47 | + | |
41 | 48 | | |
42 | 49 | | |
43 | 50 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 4 | + | |
11 | 5 | | |
12 | 6 | | |
13 | 7 | | |
14 | | - | |
| 8 | + | |
15 | 9 | | |
16 | 10 | | |
17 | 11 | | |
| |||
22 | 16 | | |
23 | 17 | | |
24 | 18 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | 19 | | |
31 | 20 | | |
32 | 21 | | |
33 | | - | |
| 22 | + | |
34 | 23 | | |
35 | 24 | | |
36 | 25 | | |
| |||
This file was deleted.
Lines changed: 0 additions & 63 deletions
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
18 | 13 | | |
19 | 14 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
7 | | - | |
8 | | - | |
9 | 6 | | |
10 | 7 | | |
11 | 8 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments