Home | History | Annotate | Download | only in buildSrc
      1 repositories {
      2     mavenCentral()
      3 }
      4 dependencies {
      5     compile 'org.freemarker:freemarker:2.3.20'
      6 }
      7 
      8 sourceSets {
      9     main {
     10         groovy {
     11             srcDir new File(rootDir, "../../../../../../build/buildSrc/src/main/groovy")
     12         }
     13     }
     14 }
     15 
     16