Skip to content

Conversation

@mingness
Copy link
Collaborator

@mingness mingness commented Aug 2, 2024

Have added task that copies the zip file to pdex, and included it into the releaseProcessingLib task.
Have included pdex into github action.

@mingness mingness linked an issue Aug 2, 2024 that may be closed by this pull request
group = "processing"
dependsOn("clean","build","javadoc", "writeLibraryProperties")
finalizedBy("packageRelease")
finalizedBy("packageRelease", "copyZipToPdex")
Copy link
Collaborator

Choose a reason for hiding this comment

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

One note in general, not for this PR, I would like to see somewhat more standardised task naming

Copy link
Collaborator

Choose a reason for hiding this comment

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

I think I agree with you (see https://github.com/mingness/processing-library-template/issues/31). Could you be more specific what kind of standard you mean?

Copy link
Collaborator

Choose a reason for hiding this comment

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

I think you worded what I saw better in your issue

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes, your suggestions are excellent. Will do.

@mingness mingness merged commit 63ba180 into main Aug 2, 2024
@mingness mingness deleted the 23-create-a-pdex-file-and-include-it-in-the-release-artifacts branch August 2, 2024 12:58
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.

Create a .pdex file and include it in the release artifacts

4 participants