Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deprecated reports.html.destination in the example build file #287

Closed
nnworkspace opened this issue Nov 14, 2018 · 1 comment · Fixed by #828
Closed

deprecated reports.html.destination in the example build file #287

nnworkspace opened this issue Nov 14, 2018 · 1 comment · Fixed by #828
Assignees

Comments

@nnworkspace
Copy link

Environment:

this plugin: v2.6
Gradle: v4.10.2
Liberty: v18.0.0.3

These lines in the example caused gradle warnings:

test {
    reports.html.destination = file("$buildDir/reports/unit")
    reports.junitXml.destination = file("$buildDir/test-results/unit")
    exclude '**/it/**'
}

Problem: destination is deprecated.

Could you please update your tutorial and readme file to use a more recent version of gradle, thank you!

@cherylking
Copy link
Member

I think the replacement for destination is outputLocation. I recently modified a test to use Kotlin and had to change to that for it to work. See this file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants