add (commented) playing with trying to execute from gradle

This commit is contained in:
kimchy 2010-08-16 12:56:45 +03:00
parent 12bacbbc38
commit c7f765d025
1 changed files with 5 additions and 0 deletions

View File

@ -53,6 +53,11 @@ configurations {
}
}
//task run(dependsOn: [configurations.distLib], description: 'Runs') << {
// ant.java(classname: "org.elasticsearch.bootstrap.Bootstrap", fork: "true", classpath: configurations.distLib.asPath,
// jvmargs: "-Des-foreground=yes")
//}
dependencies {
distLib project(':elasticsearch')
}