Skip to content

Commit 48163f3

Browse files
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

.mvn/wrapper/maven-wrapper.jar

61.6 KB
Binary file not shown.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip
2+
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.2/maven-wrapper-3.3.2.jar

build.gradle

Lines changed: 0 additions & 197 deletions
This file was deleted.

gradle.properties

Lines changed: 0 additions & 133 deletions
This file was deleted.

gradle/dependencies.gradle

Lines changed: 0 additions & 15 deletions
This file was deleted.

gradle/wrapper/gradle-wrapper.jar

-42.7 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)