LendingClub / gradle-maven-plugin

maven plugin to invoke gradle
73 stars 36 forks source link

Upgrade gradle version to 2.2.1 #11

Closed rahulsh1 closed 9 years ago

rahulsh1 commented 9 years ago

When I used this plugin in my project's pom, it seems to be using gradle version 1.6. Is there a way for me to enforce this to use the gradle version 2.2.1?

if6was9 commented 9 years ago

It is documented in the readme. Set the gradleVersion config parameter to 2.2.1.

rahulsh1 commented 9 years ago

My bad..missed that one..thanks

lemberh commented 4 years ago

Here is the code which sets specific Gradle version https://github.com/LendingClub/gradle-maven-plugin/issues/39#issuecomment-355889075