I want to use Gradle 1.10 instead of 1.9. I cannot seem to find where to change this.
If I put this:
task wrapper(type: Wrapper) {
gradleVersion = '1.10'
}
in my build.gradle
and rebuild, it is built with Gradle 1.9 again (so nothing actually happens).
These seem to be all the settings: (and IntelliJ's help section about Gradle doesn't help at all :( )
gradle(w) wrapper
after changinggradleVersion
? – Arranwrapper
task again – Collectivitywrapper
task. I am still confused what default gradle wrapper actually is, though. – Ruppert