serenity-bdd / serenity-jbehave

The Serenity integration for JBehave
39 stars 34 forks source link

gradle.build Grgit.open() deprecated ? #170

Closed mithuns closed 6 years ago

mithuns commented 6 years ago

I tried importing the project in eclipse and was not able to do so. Did some google search and found the line no 17 in build.gradle is deprecated. Please see here https://github.com/ajoberstar/grgit/issues/140

But, when I changed this line https://github.com/serenity-bdd/serenity-jbehave/blob/master/build.gradle#L17 to grgit = Grgit.open(currentDir: file('.')) It worked just fine. Also, when we are at this. Can we also update the grgit version to any of the more recent versions ?

wakaleo commented 6 years ago

Sure, any PRs are welcome.