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

Gradle 8 - not working #1200

Closed
AistisTaraskevicius opened this issue Feb 20, 2023 · 4 comments · Fixed by #1207
Closed

Gradle 8 - not working #1200

AistisTaraskevicius opened this issue Feb 20, 2023 · 4 comments · Fixed by #1207

Comments

@AistisTaraskevicius
Copy link

Under Latest 8.0.1 Gradle, following error is thrown

Unable to find method ''java.io.File com.tngtech.jgiven.gradle.internal.AbstractJGivenReportImpl.getDestination()'' 'java.io.File com.tngtech.jgiven.gradle.internal.AbstractJGivenReportImpl.getDestination()'

This is caused by : acceptanceTest.finalizedBy jgivenAcceptanceTestReport

@l-1squared
Copy link
Collaborator

Hi,
my first guess would be that our plugin is not exactly compatible with gradle 8. I will look into it

@l-1squared
Copy link
Collaborator

Hi as expected, our plugin is built against gradle 7.6 and apparently the method getDestination was deprecated and has been removed in gradle 8. Consequently, our plugin fails when it tries to call that method.
I cannot make any promises, but I'll try to fix it tomorrow.

@AistisTaraskevicius
Copy link
Author

Great stuff 👍 appreciated

@l-1squared l-1squared linked a pull request Feb 24, 2023 that will close this issue
@l-1squared
Copy link
Collaborator

Published release 1.2.5, which should fix the issue

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

Successfully merging a pull request may close this issue.

2 participants