Skip to content

How to deploy with gradle new plugin #1767

Discussion options

You must be logged in to vote

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:

  1. Fork allure2 repository
  2. Use ./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.
  3. Builded distributions location is allure-commandline/build/distributions. Unpacked version is also available allure-commandline/build/install/allure-commandline (you can create allure-dev symlink to that path)
  4. To create a plugin you can use plugins/behaviors-plugin as a template.
    1. Copy the module
    2. Add it to settings.gradle.kts
    3. Add plugin as a dependency to all…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Avaddon-tfa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants