Skip to content

Does AGP provide dependencies? #2729

Discussion options

You must be logged in to vote

The Allure Gradle plugin can configure dependencies for you automatically based on the dependencies it detects in your project. For example, in case of testng dependency present, it will automatically add allure-testng dependency and so on.

AspectJ can be configured automatically as well:

allure {
    adapter {
        aspectjVersion.set("1.9.22.1")
        aspectjWeaver.set(true)
    }
}

for more configuration options please see https://github.com/allure-framework/allure-gradle

Replies: 1 comment

Comment options

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