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

Switch from Gradle to Maven #73

Merged
merged 1 commit into from Oct 23, 2023
Merged

Switch from Gradle to Maven #73

merged 1 commit into from Oct 23, 2023

Conversation

basil
Copy link
Member

@basil basil commented Oct 23, 2023

For a while now, Gradle-based builds of Jenkins plugins have not been fully supported and the vast majority of Jenkins plugins are built with our Maven toolchain. Our release documentation assumes the use of Maven. Like we did previously with Job DSL plugin, this PR converts this plugin's build from Gradle to Maven. This should allow for a smooth release following our official documentation.

@basil basil added the internal label Oct 23, 2023
</scm>

<properties>
<revision>1.020</revision>
Copy link
Member Author

Choose a reason for hiding this comment

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

The last published release is 1.017 from 4 years ago, but there are some tags for 1.018 and 1.019 (failed releases) no doubt due to the use of Gradle. Skipping ahead to 1.020 which is the first unused release number.

@basil basil requested a review from raymondwu1 October 23, 2023 18:51
@basil basil merged commit 05af7a7 into main Oct 23, 2023
17 checks passed
@basil basil deleted the maven branch October 23, 2023 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants