-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating publishing tasks #2414
base: dev
Are you sure you want to change the base?
Conversation
withSourcesJar() | ||
withJavadocJar() | ||
} | ||
singleVariant('distDebug') { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: not needed?
common/build.gradle
Outdated
} | ||
} | ||
|
||
// This is used to generate the pom file for publishing to external maven in maven-release-jobs.yml | ||
tasks.withType(GenerateMavenPom).all { | ||
destination = layout.buildDirectory.file("poms/${project.name}-${project.version}.pom").get().asFile |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's ensure that we are still able to run the maven release jobs with these changes
As those expect the pom file in certain location/path
Summary
(still in progress)
This PR:
Pipeline run: https://identitydivision.visualstudio.com/Engineering/_build/results?buildId=1304918&view=results&j=76b33e1f-4828-5f2f-d07d-022319483d4a
Artifacts created on a test pipeline run: https://identitydivision.visualstudio.com/Engineering/_artifacts/feed/AndroidADAL/maven/com.microsoft.identity%2Fcommon/overview/1.0.20240523-melissaahn-PublishingChanges