add (commented) playing with trying to execute from gradle
This commit is contained in:
parent
12bacbbc38
commit
c7f765d025
|
@ -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')
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue