Re: Build p4-plugin using gradle.

2024-02-14 Thread Mark Waite
I agree with Alex. If you choose to transition from a maven based build to a gradle based build, you are also choosing extra work for yourself because you will need to track the improvements that are made in the maven build process. It seems like that will be more work than you want to do. Ma

Re: Build p4-plugin using gradle.

2024-02-13 Thread 'Alexander Brandes' via Jenkins Developers
> Any insights or suggestions I would suggest staying with the maven toolchain, given the JPI plugin is feature stalled and we stopped onboarding plugins using Gradle over Maven more than a year ago. If loss of functionality, stability, and support is no concern, you may use Gradle. > On 13. F

Build p4-plugin using gradle.

2024-02-13 Thread Sandeep Kumar
Hi Team, In the p4-plugin, I have made the switch from Maven to Gradle as the build tool using "gradle-jpi-plugin" (https://github.com/jenkinsci/gradle-jpi-plugin). Before publishing, I want to gather feedback from the community to address any potential issues that may have been overlooked dur