Skip to content
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

Open
wants to merge 11 commits into
base: dev
Choose a base branch
from
Open

Conversation

@melissaahn melissaahn marked this pull request as ready for review May 24, 2024 00:53
@melissaahn melissaahn requested a review from a team as a code owner May 24, 2024 00:53
withSourcesJar()
withJavadocJar()
}
singleVariant('distDebug') {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: not needed?

}
}

// 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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants