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