Commit 89d1a9e
Migrate build infrastructure from Gradle to Maven
- Add pom.xml with all dependencies, compiler settings (Java 1.8, -parameters),
jar manifest (Automatic-Module-Name), javadoc, source, and GPG signing profile
- Add Maven wrapper (mvnw/mvnw.cmd) replacing Gradle wrapper
- Rename gradle-build.yml to maven-build.yml with Maven commands and cache
- Update codeql-analysis.yml to use mvnw compile
- Update ADO ci-build.yml with Maven install/deploy and settings.xml auth
- Update ADO daily-ci-build.yml with Maven@4 task and network-isolated mirror
- Update dependabot.yml: maven ecosystem for root, gradle kept for /android
- Update .gitignore: swap Gradle entries for Maven
- Update release-please-config.json: XML xpath updater for pom.xml version
- Inline dependencies into android/build.gradle (remove shared gradle/dependencies.gradle)
- Remove all root Gradle files and java-8/ sub-project
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent ea0951f commit 89d1a9e
19 files changed
Lines changed: 780 additions & 799 deletions
File tree
- .github/workflows
- .mvn/wrapper
- gradle
- wrapper
- java-8
Lines changed: 12 additions & 38 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 24 | + | |
| 25 | + | |
28 | 26 | | |
29 | 27 | | |
30 | 28 | | |
31 | 29 | | |
32 | 30 | | |
33 | 31 | | |
34 | | - | |
35 | | - | |
| 32 | + | |
36 | 33 | | |
37 | 34 | | |
38 | 35 | | |
39 | 36 | | |
40 | 37 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
50 | 43 | | |
51 | 44 | | |
52 | 45 | | |
| |||
58 | 51 | | |
59 | 52 | | |
60 | 53 | | |
61 | | - | |
| 54 | + | |
62 | 55 | | |
63 | 56 | | |
64 | 57 | | |
65 | | - | |
66 | | - | |
67 | 58 | | |
68 | | - | |
69 | | - | |
| 59 | + | |
70 | 60 | | |
71 | 61 | | |
72 | 62 | | |
| |||
81 | 71 | | |
82 | 72 | | |
83 | 73 | | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
This file was deleted.
0 commit comments