Skip to content
Snippets Groups Projects
build.gradle 211 B
Newer Older
  • Learn to ignore specific revisions
  • evaluationDependsOnChildren()
    
    
    task wrapper(type: Wrapper) {
        gradleVersion = '1.5'
        distributionUrl = "http://svncisd.ethz.ch/repos/cisd/ivy-repository/trunk/gradle/distribution/1.5/gradle-1.5-bin.zip"
    }