jenkinsci / allure-plugin

Allure Jenkins Plugin
https://plugins.jenkins.io/allure-jenkins-plugin/
Other
84 stars 66 forks source link

Migrate from Gradle and `gradle-jpi-plugin` to Maven and `maven-hpi-plugin` #321

Closed basil closed 1 year ago

basil commented 1 year ago

Gradle and gradle-jpi-plugin are no longer a fully supported build system for Jenkins plugins. allure-plugin is the second most popular non-deprecated Jenkins plugin built with Gradle and gradle-jpi-plugin.

Our fully supported build system for Jenkins plugins is Maven and maven-hpi-plugin. To ensure the long-term viability of allure-plugin, we recommend migrating to Maven and maven-hpi-plugin.

For examples, see https://github.com/jenkinsci/ivy-plugin/pull/49 and https://github.com/jenkinsci/job-dsl-plugin/pull/1265.

CC @eroshenkoam

vbragin commented 1 year ago

Will be done with #322