// ATTENTION: this script does not work! It contains error!
buildscript {
  repositories {
    jcenter()
  }
  dependencies {
    classpath 'org.gretty:gretty:+'
  }
}
repositories {
  jcenter()
}
apply from: 'https://raw.github.com/gretty-gradle-plugin/gretty/master/pluginScripts/gretty.plugin' 
   