evgeny-goldin / gradle-plugins

Gradle plugins
http://evgeny-goldin.com/wiki/Gradle_Plugins
Other
27 stars 4 forks source link

Gradle 2.0 + spock framework #15

Open flaviogranato opened 10 years ago

flaviogranato commented 10 years ago

You could updated the spock framework to working with gradle 2.0?

thanks in advance

tmack8001 commented 9 years ago

+1 to this feature request

MateuszKubuszok commented 9 years ago

+1 to this feature request

For now we can handle it with commenting out everything that will fail gradle command, adding task wrapper(type: Wrapper) { gradleVersion = '1.12' } and running uncommented script via ./gradlew but that's only a workaround and it will become less useful with time.

evgeny-goldin commented 9 years ago

Hi guys, I doubt I'll be working on new release of Gradle plugins any time soon. I suggest you fork them and modify appropriately for Gradle 2.