You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: migrate build infrastructure from Gradle to Maven (#1346)
* build: migrate build infrastructure from Gradle to Maven
Migrates the build system from Gradle to Maven, mirroring the v1 SDK
migration (microsoftgraph/msgraph-sdk-java#2613), and moves CI/CD away
from PAT-based Azure Artifacts auth to PAT-less MavenAuthenticate.
- Add pom.xml, Maven wrapper (mvnw/mvnw.cmd/.mvn)
- Replace gradle-build.yml with maven-build.yml; update codeql to mvnw
- Update ADO ci-build.yml and daily-ci-build.yml to Maven + MavenAuthenticate@0
- dependabot: root -> maven, /android kept as gradle
- release-please: xml xpath updater for pom.xml version
- android: inline dependencies; remove shared gradle/dependencies.gradle
- Remove all root Gradle files and the java-8 subproject
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* fix: make mvnw executable and raise javadoc heap for large beta SDK
- Set the executable bit on mvnw so Linux CI (GitHub Actions) can run it
(was failing with exit 126 / Permission denied)
- Increase maven-javadoc-plugin fork heap to -J-Xmx4g; the beta SDK has
27,817 source files and OOMed javadoc at 2g (Please increase memory)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
0 commit comments