You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: