Advertisement
Guest User

Untitled

a guest
Jul 26th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. buildscript {
  2. repositories {
  3. jcenter()
  4. }
  5. dependencies {
  6. classpath "io.ratpack:ratpack-gradle:1.3.3"
  7. }
  8. }
  9.  
  10. apply plugin: "io.ratpack.ratpack-groovy"
  11.  
  12. repositories {
  13. jcenter()
  14. }
  15.  
  16. // Gradle will detect the change and trigger a new build
  17. ratpack.baseDir = file('src/main/resources')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement