Skip to content
Snippets Groups Projects
wrapperVersion.gradle 59 B
Newer Older
task wrapper(type: Wrapper) {
    gradleVersion = '2.10'
}