Commit 48163f3
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 48163f3
19 files changed
Lines changed: 768 additions & 761 deletions
File tree
- .github/workflows
- .mvn/wrapper
- gradle
- wrapper
- java-8
File renamed without changes.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
This file was deleted.
This file was deleted.
This file was deleted.
Binary file not shown.
This file was deleted.
0 commit comments