How to deploy with gradle new plugin #1767
-
Hello Sorry if the question is very easy but for me not. Could you explain which Gradle tasks to run to deploy automatically an existing example plugin or a new one ? I have idea to contribute about differents plugins but no way to enable them with gradle. In all case, I could help to contribute to a quick start dev tutorial after I understand. Thanks a lot |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hey there, thanks for the question. It's all hands on deck now hence we stay silent. I am passing your request right to the Report devs, so I hope the answer will come soon. |
Beta Was this translation helpful? Give feedback.
-
We do not provide plugins distribution system yet, so when custom plugin is used you need to maintain your own allure-commandline distribution. To do so:
Guide how to write a plugin could be found here https://docs.qameta.io/allure#_allure_plugins_system How to dev a plugin:
|
Beta Was this translation helpful? Give feedback.
We do not provide plugins distribution system yet, so when custom plugin is used you need to maintain your own allure-commandline distribution. To do so:
./gradlew build
to build the project. We only run build on Java 8 and 11, so in case of any issues with more modern JDK try to downgrade to 11 at first.allure-commandline/build/distributions
. Unpacked version is also availableallure-commandline/build/install/allure-commandline
(you can create allure-dev symlink to that path)plugins/behaviors-plugin
as a template.settings.gradle.kts